0.0.8 • Published 7 years ago

gg-style v0.0.8

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

Greater Goods Style Guide

Greater Goods style guide is a fork of TSLint, made for internal usage.

How to Use

npm install gg-style -g
gg-style <path/to/file.ts>

Creating a new release

git clone https://github.com/dmdbrands/gg-style
cd gg-style
npm install
(make changes and commit)
tsc -p src (compiles /src/**.ts to /lib/**.js)
npm adduser (sign in with dev_gg <dev@greatergoods.com>)
npm version patch (replace patch with minor/major for minor/major changes)
npm publish