gls

v2.0.2
General Layout System for React
layout react typescript

clean

rm -rf ./node_modules & npm i

compile

tsc -p .

compile:live

npm run compile -- -w --preserveWatchOutput

docs

docz build && cp ./.docz/dist/index.html ./.docz/dist/404.html

docs:live

docz dev

ghpages

node ./scripts/ghpages.js

start

concurrently "npm run compile:live" "npm run docs:live"

test

npm run compile && npm run docs

preversion

npm run test

postversion

git push --follow-tags && npm publish

Metadata

Downloads

Maintainers