An open API service indexing awesome lists of open source software.

https://github.com/oeo/wegweg

personal lib- lodash extends for fast development
https://github.com/oeo/wegweg

Last synced: 2 months ago
JSON representation

personal lib- lodash extends for fast development

Awesome Lists containing this project

README

        

# wegweg

## getting started

using [npm](https://npmjs.org)

```
npm i wegweg --save
```

## example

``` javascript
// 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