1.0.3 • Published 5 years ago
father-demo-1 v1.0.3
Installation
Install father via yarn or npm.
$ yarn add father
Usage
# Bundle library
$ father build
# dev with doc
$ father doc dev
# build doc
$ father doc build
# deploy doc to github.io
$ father doc deploy
# test
$ father test
$ father test --coverage