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
- Host: GitHub
- URL: https://github.com/oeo/wegweg
- Owner: oeo
- Created: 2016-05-21T17:43:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T22:19:44.000Z (over 2 years ago)
- Last Synced: 2025-03-04T12:42:30.638Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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