119 lines
4.4 KiB
Markdown
119 lines
4.4 KiB
Markdown
---
|
|
title: Code stuff
|
|
layout: default
|
|
---
|
|
|
|
Here are some badges for open source projects.
|
|
|
|
### Badges
|
|
|
|
* Everything: http://shields.io/
|
|
|
|
* Version badge (gems, npm): http://badge.fury.io/
|
|
|
|
* Dependencies (ruby): http://gemnasium.com/
|
|
|
|
* CI: http://travis-ci.org/
|
|
|
|
* Code quality (ruby): http://codeclimate.com/
|
|
|
|
* Test coverage: https://coveralls.io/
|
|
|
|
### Badge markdown
|
|
|
|
[](https://travis-ci.org/rstacruz/ento)
|
|
|
|
[](https://travis-ci.org/USER/REPO)
|
|
|
|
### Versions
|
|
|
|
[](https://npmjs.org/package/jquery "View this project on npm")
|
|
|
|
[](https://npmjs.org/package/PACKAGE "View this project on npm")
|
|
|
|
[](http://rubygems.org/gems/rails "View this project in Rubygems")
|
|
|
|
[](http://rubygems.org/gems/GEM "View this project in Rubygems")
|
|
|
|
[](https://github.com/rstacruz/nprogress)
|
|
|
|
[](https://github.com/USER/REPO)
|
|
|
|
### Links
|
|
|
|
[](https://npmjs.org/package/jquery "View this project on npm")
|
|
|
|
[](https://npmjs.org/package/PACKAGE "View this project on npm")
|
|
|
|
[](http://rubygems.org/gems/rails "View this project in Rubygems")
|
|
|
|
[](http://rubygems.org/gems/GEM "View this project in Rubygems")
|
|
|
|
### Etc
|
|
|
|
[](https://gitter.im/USER/REPO "Gitter chat")
|
|
|
|
[](https://gitter.im/USER/REPO "Gitter chat")
|
|
|
|
[]( https://gitter.im/rstacruz/nprogress )
|
|
|
|
[]( https://gitter.im/USER/REPO )
|
|
|
|
[](https://david-dm.org/USER/REPO#info=devDependencies)
|
|
|
|
[](https://david-dm.org/USER/REPO#info=devDependencies)
|
|
|
|
[](http://opensource.org/licenses/MIT)
|
|
|
|
[](http://opensource.org/licenses/MIT)
|
|
|
|
### Support stuff
|
|
|
|
Support
|
|
-------
|
|
|
|
__Bugs and requests__: submit them through the project's issues tracker.<br>
|
|
[]( https://github.com/USER/REPO/issues )
|
|
|
|
__Questions__: ask them at StackOverflow with the tag *REPO*.<br>
|
|
[]( http://stackoverflow.com/questions/tagged/REPO )
|
|
|
|
__Chat__: join us at gitter.im.<br>
|
|
[]( https://gitter.im/USER/REPO )
|
|
|
|
### Frontend js installation
|
|
|
|
Installation
|
|
------------
|
|
|
|
Add [nprogress.js] and [nprogress.css] to your project.
|
|
|
|
```html
|
|
<script src='nprogress.js'></script>
|
|
<link rel='stylesheet' href='nprogress.css'/>
|
|
```
|
|
|
|
NProgress is available via [bower] and [npm].
|
|
|
|
$ bower install --save nprogress
|
|
$ npm install --save nprogress
|
|
|
|
[](https://npmjs.org/package/nprogress "View this project on npm")
|
|
[bower]: http://bower.io/search/?q=nprogress
|
|
[npm]: https://www.npmjs.org/package/nprogress
|
|
|
|
### Acknowledgements
|
|
|
|
## Thanks
|
|
|
|
**Jsfuse** © 2014+, Rico Sta. Cruz. Released under the [MIT License].<br>
|
|
Authored and maintained by Rico Sta. Cruz with help from [contributors].
|
|
|
|
> [ricostacruz.com](http://ricostacruz.com) ·
|
|
> GitHub [@rstacruz](https://github.com/rstacruz) ·
|
|
> Twitter [@rstacruz](https://twitter.com/rstacruz)
|
|
|
|
[MIT License]: License.md
|
|
[MIT License]: http://mit-license.org/
|
|
[contributors]: http://github.com/rstacruz/nprogress/contributors
|