A fully opinionated CLI tool to bootstrap new projects using pre-defined templates - all of my templates in one place.
Install globally via npm or pnpm:
npm install -g create-nolly-template
# or
pnpm install -g create-nolly-templateYou can also run without installing using npx or pnpx:
npx create-nolly-template
# or
pnpx create-nolly-templateCreate a new project interactively:
create-nolly-templateList Available Templates
create-nolly-template --list
# or
create-nolly-template -l| Command | Description |
|---|---|
create-nolly-template |
Launch the interactive project creation CLI. |
create-nolly-template --list or -l |
List all available templates. |
create-nolly-template --help or -h |
Show the help message. |
create-nolly-template --about or -a |
Show information about the CLI project. |
All templates are opinionated and designed to help you quickly start a project with best practices.
Run the command below to see all available templates:
create-nolly-template --listContributions are welcome! Open an issue or submit a pull request to improve or add templates.
Please read the CONTRIBUTING guidelines before contributing.
This project is licensed under the MIT License. See the LICENSE file for details.
- GitHub Repository: https://github.com/thenolle/create-nolly-template
- npm Package: https://npmjs.com/package/create-nolly-template