Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)