1.0.4 ā€¢ Published 3 years ago

@kaaaxcreators/create v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@kaaaxcreators/create

Release CI npm TypeScript

Basic Typescript ESLint Template

šŸš€ Usage

NPM

npm init @kaaaxcreators <project name> [-- args]

Example: npm init @kaaaxcreators test -- -g -w

āš ļø When using PowerShell: npm init '@kaaaxcreators' <project name> [-- args]

NPX

npx @kaaaxcreators/create <project name> [args]

Example: npx @kaaaxcreators/create test -g -w

šŸ“– Options

ParameterDescription
-n, --name nameProject name
-w, --webEnable HTML Support (default: false)
-a, --author authorProject Author (default: "Bernd Storath")
-d, --description descriptionProject Description (default: "")
-v, --version versionProject Version (default: "1.0.0")
-e, --email emailAuthor Email (default: "bernd@kaaaxcreators.de")
-l, --license licenseProject License (default: "MIT")
-g, --githubAdd Github Files (default: false)
-m, --manager managerProject Manager (choices: "npm", "yarn", default: "yarn")
-h, --helpdisplay help for command

šŸ“œ License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago