1
0
Fork 0

Add npm instructions for developers

* README.hacking: added

Developers at LoVullo are not familiar with building or deploying npm
packages.
master
Mike Gerwitz 2016-03-29 14:33:32 -04:00
parent 43c043d1bc
commit b2478de6e7
1 changed files with 19 additions and 0 deletions

19
README.hacking 100644
View File

@ -0,0 +1,19 @@
This project is developed internally at LoVullo Associates.
Publishing New Versions
=======================
To build and publish a new version on NPM:
- Bump version in configure.ac
- Test:
$ ./autogen.sh && ./configure && make
- Tag version with 'v' prefix
- Create tarball:
$ make dist
- Publish:
$ npm publish liza-VERSION.tar.gz
If you have a personal account on NPM, you may use that; otherwise,
use the `lovullo' account.