Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 618 Bytes

DEVELOPMENT.md

File metadata and controls

45 lines (29 loc) · 618 Bytes

Development

Getting started

Install cbf globally

npm install cbf -g

Setup editor

Install editorconfig and prettier plugins in your editor

Turn on errors

Output errors by adding NODE_ENV=test when running cbf

NODE_ENV=test cbf

Deployment

cbf is deployed from master branch when a new tag is merged.

Update tag

Use cbf to update the npm tag

$ cbf
  -> npm
     --> version
         --> patch / minor / major

Update changelog

Install git-chglog and run:

$ cbf
  --> update-changelog