0.21.0 • Published 3 years ago

wegweg v0.21.0

Weekly downloads
224
License
-
Repository
github
Last release
3 years ago

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

  • time-uuid needs removed
  • easycrypto needs removed
  • update mongojs
  • update lodash
  • fix issue with root
  • build should work in browser