Lightweight interactive all in one starter npm-cli app.
π to get started run
npx @sujaykumarh/start --help
Interactive cli
- create .gitignore file
- create LICENSE file
- create common config file
- create Project from template [TODO]
DEMO
β― Usage:
# Start using it with npx
$ npx @sujaykumarh/start
# or Install globally with npm
# to use it as standalone package binary $ start <command>
$ npm install -g @sujaykumarh/start
$ start --help
β― Commands:
status: β working, β¬ ToDo, β removed
usage:
$ start <command> <subcommand> [options]
command | sub-command | status | description |
---|---|---|---|
new |
create / append something new | ||
gi or gitignore |
β | create or append-to .gitignore file | |
li or license |
β | create LICENSE file | |
config |
β | create config files | |
p or project |
β¬ | create new project | |
config |
configure start settings | ||
show |
β¬ | show current settings | |
set |
β¬ | set value to key to settings |
Please read wiki for more details on all available commands and usage.
β― Platform Support:
OS | supported? | tested? | comment |
---|---|---|---|
Linux | β | β | developed and tested on Arch Linux , Ubuntu |
MacOS | β¬ | β | should work*. create pr to add support. create issues to report bugs. |
Windows | β | β | not supported. create pr to add support |
MIT Β© 2021 sujaykumarh