Simple repository to start a new quark package.
This package is part of quark framework but it can be used independently.
npm install quark-simple --saveBasic example.
import Simple from 'quark-simple'
const simple = new Simple()
simple.test()See https://fm-ph.github.io/quark-package-starter/
To build the sources with babel in ./lib directory :
npm run buildTo generate the JSDoc :
npm run docsTo generate the documentation and deploy on gh-pages branch :
npm run docs:deployTo run the tests, first clone the repository and install its dependencies :
git clone https://github.com/fm_ph/quark-package-starter.git
cd quark-package-starter
npm installThen, run the tests :
npm testTo watch (test-driven development) :
npm run test:watchFor coverage :
npm run test:coverageMIT License © Patrick Heng Fabien Motte
