https://github.com/pgilad/esformatter-plugins
Simple client-side app to browse and search esformatter plugins
https://github.com/pgilad/esformatter-plugins
Last synced: about 1 year ago
JSON representation
Simple client-side app to browse and search esformatter plugins
- Host: GitHub
- URL: https://github.com/pgilad/esformatter-plugins
- Owner: pgilad
- License: mit
- Created: 2015-06-06T20:48:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T06:54:08.000Z (about 11 years ago)
- Last Synced: 2025-02-05T16:15:38.905Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://pgilad.github.io/esformatter-plugins/
- Size: 219 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esformatter-plugins
> Simple client-side app to browse and search esformatter plugins
This app is a simple client-side app that allows one to browse and search esformatter plugins.
It fetches data from [npmsearch](http://npmsearch.com/) with the keyword *esformatter-plugin*.
npmsearch also provides rankings for plugins.
Built with [AngularJS](http://angularjs.org) and [gulp](http://gulpjs.com/)
## Install
```sh
# clone repository
$ git clone git@github.com:pgilad/esformatter-plugins.git
# install dependencies
$ npm install
# install global gulp
$ npm install --global gulp
```
## Development and deployment
Several tasks are available from gulp for development and deployment:
- `gulp`: Builds the project on the master branch
- `gulp deploy`: Builds the project for production and deploys by pushing to the `gh-pages` branch.
- `gulp serve`: Start a web server serving by default at `http://localhost:5000`
## Contributing
Welcomed!!
## Credits
Most of this project is shamelessly copied from [gulp-plugins](https://github.com/gulpjs/plugins)
## License
MIT ©[Gilad Peleg](http://giladpeleg.com)