0.6.5 • Published 5 years ago

mammoth-data-library v0.6.5

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

FAQ

How to setup?

Tested so far only with node 8.9.2. I recommend using nvm to manage multiple versions of node.

nvm use 8.9.2 
cd <to this directory>
npm install
How to build?
npm run build

Super simple, isn't it?

How to run tests?

Temp note: edit the test/test.js to have the right values for API_URL and EMAIL_PWD. Will fix this by moving them to a const file later that you can edit instead of editing the source code like this.

There are multiple ways to run tests. Simplest being

npm run test

To run a specific test whose description contains string xyz run

./node_modules/.bin/mocha --grep xyz
How to publish to npm?
  1. npm version patch -m "patch message"
  2. npm publish

references

  1. http://frontend-docs.mammoth.io/MammothData/readme.html
  2. https://codeburst.io/https-chidume-nnamdi-com-npm-module-in-typescript-12b3b22f0724
0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.9

6 years ago

0.5.8

6 years ago

0.5.7

6 years ago

0.5.6

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago