mammoth-data-library
TypeScript icon, indicating that this package has built-in type declarations

0.6.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i mammoth-data-library

Weekly Downloads

2

Version

0.6.5

License

ISC

Unpacked Size

112 kB

Total Files

45

Last publish

Collaborators

  • manusinghal19
  • priyagour
  • filipemammoth
  • yogeshwar_mammoth
  • mahadevmg
  • mammoth_dev