Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crissdev/npmex
One place to search for packages from various sources.
https://github.com/crissdev/npmex
Last synced: about 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T09:05:20.000Z (about 9 years ago)
- Last Synced: 2023-04-10T00:00:33.717Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://crissdev.github.io/npmex/
- Size: 1.03 MB
- Stars: 2
- Watchers: 2
- 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)