-
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Nolly edited this page Jan 24, 2025
·
2 revisions
We appreciate your interest in contributing to Create Nolly CLI! Here's how you can help:
- π 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.
-
Clone the Repository:
git clone https://github.com/thenolle/create-nolly.git cd create-nolly
-
Install Dependencies:
pnpm install
-
Build the Project:
pnpm build
-
Link the CLI:
pnpm link
-
Run the CLI:
create-nolly new <project-name>
- Fork the repository and create a feature branch.
- Follow the existing coding style.
- Use meaningful commit messages.
- Open a pull request against the
main
branch.
Thank you for your contributions! β€οΈ