Not maintained anymore. Very likely to still work
npm init @kaaaxcreators <project name> [-- args]Example: npm init @kaaaxcreators test -- -g -w
npm init '@kaaaxcreators' <project name> [-- args]
npx @kaaaxcreators/create <project name> [args]Example: npx @kaaaxcreators/create test -g -w
| Parameter | Description |
|---|---|
| -n, --name [name] | Project name |
| -w, --web | Enable HTML Support (default: false) |
| -a, --author [author] | Project Author (default: "Bernd Storath") |
| -d, --description [description] | Project Description (default: "") |
| -v, --version [version] | Project Version (default: "1.0.0") |
| -e, --email [email] | Author Email (default: "[email protected]") |
| -l, --license [license] | Project License (default: "MIT") |
| -g, --github | Add Github Files (default: false) |
| -m, --manager [manager] | Project Manager (choices: "npm", "yarn", default: "yarn") |
| -h, --help | display help for command |
This project is licensed under the MIT License - see the LICENSE file for details.