1.0.0 • Published 7 years ago
@robertoachar/webpack-library v1.0.0
webpack-library
Generated by OSS Project Generator.
webpack library.
Installation
Install package
$ npm install --save webpack-libraryUsage
Say It works!
const lib = require('webpack-library');
console.log(lib.hello());Development
- Cloning the repo
$ git clone https://github.com/robertoachar/webpack-library.git- Installing dependencies
$ npm install- Running scripts
| Action | Usage |
|---|---|
| Start development mode | npm start |
| Lint code | npm run lint |
| Run unit tests | npm run jest |
| Run code coverage | npm run coverage |
| Run lint + tests | npm test |
| Send coverage results to Coveralls.io | npm run coveralls |
| Build to publish | npm run build |
Author
License
1.0.0
7 years ago