https://github.com/crissdev/npmex
One place to search for packages from various sources.
https://github.com/crissdev/npmex
Last synced: about 1 year ago
JSON representation
One place to search for packages from various sources.
- Host: GitHub
- URL: https://github.com/crissdev/npmex
- Owner: crissdev
- License: mit
- Created: 2015-10-12T21:40:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T09:05:20.000Z (over 10 years ago)
- Last Synced: 2024-11-08T22:46:42.197Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://crissdev.github.io/npmex/
- Size: 1.03 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npmex
One place to search for packages from various sources.
This app is currently under development, so just a few package groups have been implemented:
- [Grunt](http://gruntjs.com/plugins/)
- [Gulp](http://gulpjs.com/plugins/)
- [JSPM](http://kasperlewau.github.io/registry/)
- [Yeoman](http://yeoman.io/generators/)
## Usage
Installing the dependencies.
```shell
$ npm install
$ ./node_modules/.bin/jspm update
```
Running the service.
```shell
$ npm start # Available on localhost:4000
```
## License
MIT © [Cristian Trifan](http://crissdev.com)