Skip to content

cstn/rocklab-javascript

Repository files navigation

Rocklab Style Guide

Code conventions for JavaScript projects

Style guides

  1. TypeScript Style Guide
  2. JavaScript Style Guide
  3. CSS Style Guide
  4. Commit Style Guide

Examples

Setup your project with examples

Development

git clone https://github.com/cstn/rocklab-javascript.git
npm install

Commands

Install all dependencies

npm install

Check own code conventions

npm run lint

Autoformat code

npm run prettier

Publish a new version

npm run publish

Publish a new version manually

npm run version
npm run publish -- from-package

Create a release

npm run release

About

Code conventions for JavaScript projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •