Bulky start currently copies itself. It is great starter for coding cli for node. It contains:
- webpack
- babel
- linter
- typescript
- javascript
- example for initializer and usage
Initializer is just a script executed npm init smth => npx create-smth. Just follow tutorials on creating cli apps in npm.
Without it the npm init will tell you that your script doesn't exist. I already created PR for this.
Goodluck.