1.0.1 • Published 5 years ago

dgen v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

dgen

unstable npm version Build Status Coveralls

Universal generator module to create directories files and template based contents

Read the API documentation for further details on how to use this library.

Installation

Run the install command:

npm install --save dgen

Development

During the development to create the dist package, run either:

    npm run build

or use

    npm run test:watch

Update the documentation:

    npm run docs

Check the source code:

    npm run test
    npm run lint

Gain test coverage report:

    npm run coverage