create-nolly-template
v1.0.17
Published
All of my opiniated templates in one place. This is a CLI tool to create a new project based on one of my templates.
Maintainers
Readme
🚀 create-nolly-template
A fully opinionated CLI tool to bootstrap new projects using pre-defined templates - all of my templates in one place.
🔧 Installation
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-template⚡ Usage
Create a new project interactively:
create-nolly-templateList Available Templates
create-nolly-template --list
# or
create-nolly-template -l📝 Commands
| 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. |
📂 Templates
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 --list🤝 Contributing
Contributions are welcome! Open an issue or submit a pull request to improve or add templates.
Please read the CONTRIBUTING guidelines before contributing.
📄 License
This project is licensed under the MIT License. See the LICENSE file for details.
🔗 Links
- GitHub Repository: https://github.com/thenolle/create-nolly-template
- npm Package: https://npmjs.com/package/create-nolly-template
