Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 948 Bytes

File metadata and controls

31 lines (20 loc) · 948 Bytes

loopback-utils

NPM version NPM downloads Build Status Coverage Status

Loopback utilities

How to Install

$ npm install --save loopback-utils

Getting Started

...

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm run lint          # Lint the source code with ESLint
$ npm test              # Lint and Run unit tests with Mocha

License

MIT © Yuan Tao