musicxmljs
v0.5.1
Published
MusicXML.JS by Uberchord
Downloads
19
Readme
MusicXML.js
Recommended versions:
- Node: 4.7.3
- Npm: 4.2.0
Installation
npm install
npm run build
npm run test
How to publish to NPM
Bump the package version in package.json
then run
npm publish
If you are deploying the first time you might need to authorize yourself:
npm ERR! code ENEEDAUTH
npm ERR! need auth auth required for publishing
npm ERR! need auth You need to authorize this machine using `npm adduser`
musicxmljs (master)$ npm adduser
Username: stanislaw
Password:
Email: (this IS public) [email protected]
Logged in as stanislaw on https://registry.npmjs.org/.