Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
/ create Public archive

Basic Typescript ESLint Template

License

Notifications You must be signed in to change notification settings

kaaaxcreators/create

Repository files navigation

Not maintained anymore. Very likely to still work

@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

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

📜 License

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