@picter/lib-defaults
v0.5.0
Published
Defaults to be shared across Picter libraries
Downloads
9
Readme
@picter/app-defaults
Maintainers:
Defaults to be shared across libraries.
It's based on https://github.com/webpack-contrib/webpack-defaults
How to use
To create a new project based on @picter/lib-defaults
, just run the following commands:
mkdir mylib
cd mylib
yarn add -D @picter/lib-defaults
It creates a package.json
file with @picter/lib-defaults
module as dev-dependency and a script called lib-defaults
.
At this point you can add more information on package.json
file like name, description, etc. These data will be used to create the readme file dynamically.
yarn lib-defaults
Runs @picter/lib-defaults tasks on the target application and generates all structure, configuration and setup files necessary to development.