preboot / angular-library-seed

Get started building an Angular library quickly.
MIT License
111 stars 22 forks source link

Publishing new version #5

Closed alexcastillo closed 7 years ago

alexcastillo commented 8 years ago

Hi @NathanWalker,

I've been constantly publishing new version to npm. I was wondering if there is a better way other than editing the package.json and tsconfig.json and then reverting to the old versions.

Thanks!

Alex

NathanWalker commented 8 years ago

There's some potential to write a node script to help here. Something similar was done here: https://github.com/NathanWalker/nativescript-ng2-plugin-seed/pull/3

NathanWalker commented 7 years ago

@alexcastillo a publishing workflow has been added, see this: https://github.com/preboot/angular2-library-seed/blob/master/PUBLISHING.md