A humble bootstrapper for Javascript/Typescript app.
npx @xarv/create-js-app my-app
npm init @xarv/js-app my-app
1. `--git/-g #initialize the package as a git repo`
2. `--install/-i #install the dependency at the time of project creation`
3. `--yes/-y #skip prompts with defaults`
4. `--help/-h #options and usage`
Feel free to raise Issues and PRs here