cli-boxes

Boxes for use in the terminal

MIT License

Downloads
48.5M
Stars
91
Committers
9

Bot releases are visible (Hide)

cli-boxes - Latest Release

Published by sindresorhus 3 months ago

cli-boxes -

Published by sindresorhus 6 months ago

Breaking

  • Require Node.js 18 30cbda4
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/cli-boxes/compare/v3.0.0...v4.0.0

cli-boxes -

Published by sindresorhus almost 4 years ago

Breaking

  • Require Node.js 10 ee5acd6
  • The box config changed in case you use a custom box (#9) 96e0b62
 "singleDouble": {
 	"topLeft": "╓",
 	"topRight": "╖",
 	"bottomRight": "╜",
 	"bottomLeft": "╙",
-	"vertical": "║",
-	"horizontal": "─"
+	"left": "║",
+	"right": "║",
+	"top": "─",
+	"bottom": "─"
 },

Improvements

  • Add arrow style box (#9) 96e0b62

https://github.com/sindresorhus/cli-boxes/compare/v2.2.1...v3.0.0

cli-boxes -

Published by sindresorhus about 4 years ago

cli-boxes -

Published by sindresorhus over 5 years ago

cli-boxes -

Published by sindresorhus over 5 years ago

  • Refactor TypeScript definition to CommonJS compatible export (#3) 7799cd6

https://github.com/sindresorhus/cli-boxes/compare/v2.0.0...v2.1.0

cli-boxes -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 6 3d58265
  • Rename box single-double to singleDouble 3d58265
  • Rename box double-single to doubleSingle 3d58265

Other:

  • Add TypeScript definition (#2) 9f8a98c