solana-developers / create-solana-dapp

CLI for creating Solana dApps on the fly
https://npmjs.com/package/create-solana-dapp
MIT License
363 stars 108 forks source link

added maintainers doc and `dist-tag` NX target #50

Closed nickfrosty closed 9 months ago

nickfrosty commented 9 months ago

Added a maintainers document with some assorted details about publishing.

Also added a dist-tag target on each of the generator's published packages. This target will allow us to easily force set a specific NPM tag to a specific version for all the packages (e.g. if we need to rollback the latest tag to a previous version)

Example:

npx nx run-many --targets dist-tag --tag next --ver 2.2.0