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