# revolve-cms

> Revolve CMS

Latest version **3.0.3** (published 2023-03-21) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install revolve-cms
pnpm add revolve-cms
yarn add revolve-cms
bun add revolve-cms
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.3 |
| Published | 2023-03-21 |
| First published | 2021-11-02 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 21 |
| Unpacked size | 6.2 MB |
| Known vulnerabilities | 0 (+5 in 3 direct dependencies) |
| Install scripts | no |
| Author | Revolve Clothing |
| Maintainers | mauricefrend, yon123 |

## Links

- npm: https://www.npmjs.com/package/revolve-cms
- npm.io page: https://npm.io/package/revolve-cms

## Dependencies (21)

- [breaky](https://npm.io/package/breaky.md) ^0.1.5
- [jquery](https://npm.io/package/jquery.md) ^3.6.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.2
- [string](https://npm.io/package/string.md) ^3.3.3
- [ez-plus](https://npm.io/package/ez-plus.md) ^1.2.1
- [hammerjs](https://npm.io/package/hammerjs.md) ^2.0.8
- [mustache](https://npm.io/package/mustache.md) ^2.2.1
- [scriptjs](https://npm.io/package/scriptjs.md) ^2.5.8
- [js-cookie](https://npm.io/package/js-cookie.md) ^2.0.4
- [validator](https://npm.io/package/validator.md) ^7.0.0
- [es6-symbol](https://npm.io/package/es6-symbol.md) ^3.1.1
- [web-vitals](https://npm.io/package/web-vitals.md) ^2.1.4
- [jquery-lazy](https://npm.io/package/jquery-lazy.md) ^1.7.10
- [@vimeo/player](https://npm.io/package/@vimeo/player.md) ^2.0.1
- [jquery.easing](https://npm.io/package/jquery.easing.md) ^1.4.1
- [slick-carousel](https://npm.io/package/slick-carousel.md) ^1.8.1
- [@babel/polyfill](https://npm.io/package/@babel/polyfill.md) ^7.0.0
- [fontfaceobserver](https://npm.io/package/fontfaceobserver.md) ^2.0.13
- [jquery-mask-plugin](https://npm.io/package/jquery-mask-plugin.md) ^1.14.11
- [jquery-doubletaptogo](https://npm.io/package/jquery-doubletaptogo.md) ^3.0.2
- [custom-event-polyfill](https://npm.io/package/custom-event-polyfill.md) ^1.0.6

## Recent versions

- 3.0.3 (latest) — 2023-03-21
- 3.0.2 — 2023-03-02
- 3.0.0 — 2023-03-02
- 1.0.3 — 2021-11-04
- 1.0.2 — 2021-11-04
- 1.0.1 — 2021-11-04
- 1.0.0 — 2021-11-02
- 0.0.1 — 2021-11-02

## README

# REVOLVE CMS
CMS styleguide is use for REVOLVE's internal consoles. This repo is private to keep codebase from being public. We're using npmjs to pubish only our dist files. https://www.jsdelivr.com/ to link our consoles to the styleguide files. Please carefully follow instructions below:
## Getting Started
1. Clone this repo
2. Install node_modules `npm run ci`
3. `cd` into the directory "revolve-cms"
4. Create a npmjs.com account
5. Add your registry user account by running `npm adduser`
6. Enter your npmjs credentials
## SemVer
Semantic Versioning Specification. Understanding which version number to update:
### Major
The major version should increase when we’ve introduced new functionality which breaks our API, i.e., increase this value when we’ve added a backward-incompatible change to our project. When this number is increased, we must reset the Minor and Patch numbers to 0.

For example, if we have a project that is on version 1.2.5 and we have introduced a breaking change under the SemVer scheme, we must set our new version number to 2.0.0.
### Minor
We should increase our minor version when we’ve introduced new functionality which changes our API but is backward compatible, i.e., a non-breaking change. We can also opt to change the Minor version if we’ve made substantial changes to the internal code of our project.

Similarly, when we change the Minor version we should also reset the patch version to 0. For example, updating the Minor version of a project at 2.0.1 would set it to 2.1.0.
### Patch
Under the SemVer specs, we reserve patch changes for backward-compatible bug fixes. A patch change should not involve any changes to the API.

[SemVer Specs](https://semver.org/)

## Publishing an Update
We're versioning our files. We're using *npm* to update the version. When you're ready to commit your changes, follow steps below:
1. Stage files to repo ` git add .`
2. Enter commit message ` git commit -m “commit message”`
3. Update version with npm `npm version <patch/minor/major>` example for patch: `npm version patch`
4. Push the version's tag created by npm `git push --tags`
5. Push to repo `git push`
6. Publish to npm `npm publish`
## Linking to files in npm
`https://cdn.jsdelivr.net/npm/<npm-package@<version>/<path-to-file>/<file-name>`
### Example
https://cdn.jsdelivr.net/npm/revolve-cms@1.0.3/dist/chrome.js
https://cdn.jsdelivr.net/npm/revolve-cms@1.0.3/dist/chrome.css

---
_Source: https://npm.io/package/revolve-cms · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
