0.5.0 • Published 5 years ago

@picter/lib-defaults v0.5.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
5 years ago

@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.

0.5.0

5 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago