npm.io
1.0.3 • Published 6 years ago

setupme

Licence
MIT
Version
1.0.3
Deps
1
Size
55 kB
Vulns
0
Weekly
0

setupme

Library to manage option configuration

  1. Install
npm install setupme
  1. Usage
import setupme from 'setupme';

setupme.validate({option: '1'}, {option: 1});
  1. Run tests
npm run test
  1. Upload build
npm publish