wegweg
v0.21.0
Published
## getting started
Downloads
34
Readme
wegweg
getting started
using npm
npm i wegweg --save
example
// default init
var _ = require('wegweg')()
// with globals
var _ = require('wegweg')({globals:true})
// with globals and shelljs globals
var _ = require('wegweg')({globals:true,shelljs:true})
@todo
- [x]
time-uuid
needs removed - [x]
easycrypto
needs removed - [x] update
mongojs
- [x] update
lodash
- [x] fix issue with
root
- [ ] build should work in browser