Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/semver.npmjs.com
A website that teaches you how semantic versioning works
https://github.com/skratchdot/semver.npmjs.com
Last synced: about 1 month ago
JSON representation
A website that teaches you how semantic versioning works
- Host: GitHub
- URL: https://github.com/skratchdot/semver.npmjs.com
- Owner: skratchdot
- Created: 2015-04-09T06:31:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T17:50:29.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T00:24:28.273Z (3 months ago)
- Language: HTML
- Homepage: http://semver.surge.sh/
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# semver.npmjs.com
A website that teaches you how semantic versioning works
## Usage
```sh
npm install
npm run watch
```Then open `build/index.html` in your browser.
## Dependencies
- [angular](https://github.com/angular/angular.js): HTML enhanced for web apps
- [semver](https://github.com/npm/node-semver): The semantic version parser used by npm.## Dev Dependencies
- [browserify](https://github.com/substack/node-browserify): browser-side require() the node way
- [live-reload](https://github.com/Raynos/live-reload): A live reload server & client
- [stylus](https://github.com/LearnBoost/stylus): Robust, expressive, and feature-rich CSS superset
- [watch](https://github.com/mikeal/watch): Utilities for watching file trees.## License
MIT