A small library for working with Phoenix Command RPG lookup tables.
babel + webpack + mocha + chai + documentationjs
npm start
- compile source and run dev server
npm test
- run unit tests
npm run-script document
- generate docs for all comments in valid JSDoc format
Transcribe the weapon entry in your Phoenix Command book into input form: https://phoenixcommand.net/gun-form/. Save the resulting json. Upload an optimized png of the weapon to an image hosting service and add the public link to the Image field. Next, clone this repository and add the weapon object to weapons.js, making sure all unit tests pass. Submit a pull request. Alternately, you can submit a pull request with a link to your valid json and I will add it as time allows.
- transcribe entry in Phoenix Command book into input form: https://phoenixcommand.net/gun-form/
- upload png image of weapon to firebase storage
- add weapon image link to weapon json
- add resulting json to weapons.js file
- write weapon's test and run tests
- build phoenix functions npm project
- increment version number in package.json
- npm publish
- increment phoenix-functions dependency in firebird-character package.json file
- build firebird-character (use nvm to use older node version if getting gyp errors. v10 worked)
- firebase deploy
- push to github