Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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