Made by voromade
- Fully customizable colors via chalk
- Easy config persistence handling via conf
- Compile to binary via pkg
- Easily make HTTP requests using got
- Fully customizable menus (no external libs!)
- I was tired of using libs like inquirer, enquirer, & vorpal (all great libraries!) for my basic CLI apps as I do not need many of their options, and I enjoy having 100% control over the way the CLI behaves when it comes to selection, colors, navigation and such.
npm install or yarn
npm start or yarn start
npm build or yarn build
See LICENSE.md for more details.