Skip to content

Contributing

Nolly edited this page Jan 24, 2025 · 2 revisions

🀝 Contributing to Create Nolly CLI

We appreciate your interest in contributing to Create Nolly CLI! Here's how you can help:


πŸš€ What Can You Contribute?

  • πŸ› Bug Reports: Found an issue? Report it here.
  • ✨ Feature Requests: Have an idea? Let us know!
  • πŸ”§ Code Contributions: Improve the codebase with fixes or enhancements.

πŸ› οΈ Setting Up Locally

  1. Clone the Repository:
    git clone https://github.com/thenolle/create-nolly.git
    cd create-nolly
  2. Install Dependencies:
    pnpm install
  3. Build the Project:
    pnpm build
  4. Link the CLI:
    pnpm link
  5. Run the CLI:
    create-nolly new <project-name>

πŸ“ Pull Request Guidelines

  1. Fork the repository and create a feature branch.
  2. Follow the existing coding style.
  3. Use meaningful commit messages.
  4. Open a pull request against the main branch.

Thank you for your contributions! ❀️