projen-silvermine
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

Projen Silvermine

Project generator for Silvermine projects built on the Projen configuration management framework.

Usage

Create a directory, and initialize a new Projen project targeting this library as the source:

mkdir dir-name && cd dir-name
npx projen new --from projen-silvermine

Development Notes

Before committing code, ensure there are no outstanding changes that will be generated by Projen as a result of your changes:

npm i && npx projen

This is especially important when modifying the project configuration in .projenrc.ts.

Publishing New Versions

Note: This should all be replaced by our own release process soon, this is just for the POC of this project.

Commit any resulting artifact changes, then proceed with the release:

npx projen release

Tag the release:

git tag {vX.X.X} && git push origin {vX.X.X}

Publish the tarball to NPM:

npm publish dist/js/projen-silvermine@version.number

Readme

Keywords

none

Package Sidebar

Install

npm i projen-silvermine

Weekly Downloads

1

Version

0.1.6

License

Apache-2.0

Unpacked Size

103 kB

Total Files

56

Last publish

Collaborators

  • pbredenberg