https://github.com/azer/genpkg
Generate NodeJS Packages from JavaScript files
https://github.com/azer/genpkg
Last synced: 11 months ago
JSON representation
Generate NodeJS Packages from JavaScript files
- Host: GitHub
- URL: https://github.com/azer/genpkg
- Owner: azer
- Created: 2011-11-18T09:03:29.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-02-01T16:48:43.000Z (over 12 years ago)
- Last Synced: 2024-10-11T22:12:11.182Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
genpkg simplifies installation and update of unpackaged JavaScript files.
## Usage Example
```bash
$ genpkg install https://raw.github.com/azer/sjcl/master/sjcl.js node_modules
Package "sjcl" saved successfully.
$ ls node_modules/sjcl
sjcl.js package.json
$ genpkg update
Checking for updates...
Package sjcl is already up to date
Done.
```
## Installation
```bash
$ npm install genpkg
```
## Tests
```bash
make test
```
## TODO
* Add export code if the module doesn't contain any
* Support rename