Workflow
Clone & Branch
Fork and clone the repository, then create a new branch for your specific feature or fix.
Run CLI Locally
Always run and test CLI changes locally before submitting. Use
node ./dist/bin/exon.js after building, or run your typical TypeScript dev flow.Adding Template Updates
If adding templates or touching the scaffold generation, ensure:- Template folders are complete and tested internally.
- Include
deps.jsonandenv.appendif external dependencies/environment variables are required. - Any runtime scripts referenced in
package.jsonare cross-platform friendly (Windows, macOS, Linux).