Skip to content

thenolle/create-nolly-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 create-nolly-template

npm version npm downloads License GitHub issues Build Status GitHub stars GitHub forks

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-template

You 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-template

List 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