Thanks for your interest in contributing to nero-env!
- Fork the repo
- Create a branch (use a descriptive name)
- Make your changes
- Open a pull request
Small, focused PRs are preferred.
Issues labeled good first issue or help wanted are open for anyone to work on.
If an issue is unassigned, feel free to take it.
-
Node.js ≥ 18
-
pnpm
Install pnpm: https://pnpm.io/installation
-
Fork the repo
-
Clone your fork
git clone https://github.com/<username>/nero-env.git
-
Move to the project root directory
cd nero-env -
Install dependencies
pnpm install
-
Build the project
pnpm build
To test nero-env as a global command during development:
-
Link the package
npm link
-
Run the CLI
nero-env
-
After making changes
pnpm build
The linked command will automatically use the updated build.
Unlinking (cleanup)
When you’re done:
npm unlink