https://github.com/peerlibrary/meteor-util
Meteor smart package for util node.js module
https://github.com/peerlibrary/meteor-util
Last synced: 4 months ago
JSON representation
Meteor smart package for util node.js module
- Host: GitHub
- URL: https://github.com/peerlibrary/meteor-util
- Owner: peerlibrary
- License: bsd-3-clause
- Created: 2013-04-11T20:06:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T22:26:04.000Z (almost 10 years ago)
- Last Synced: 2025-06-11T05:45:24.880Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://nodejs.org/api/util.html
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
util smart package
==================
Meteor smart package for [util](http://nodejs.org/api/util.html) node.js module.
Adding this package to your [Meteor](http://www.meteor.com/) application adds `util` object into the global scope.
Both client and server side.
Installation
------------
```
meteor add peerlibrary:util
```