Requires:
- node 8.9.4+
- npx
$ npm i skyverge/sake
$ npm update skyverge/sake
Note
Sake is currently not versioned, but a specific commit may be provided when installing, such as skyverge/sake#0d5ec6622a6845f695d9e8ed04f4db08bd0e4986
.
Important
Refer to the Setting up your environment section for the revised prerequisites, notably replacement of now-unused WC_CONSUMER_KEY
and WC_CONSUMER_SECRET
variables with new required WC_USERNAME
and WC_APPLICATION_PASSWORD
variables.
Ensure you're in a plugin directory (ie wc-plugins/woocommerce-address-validation
). Then type npx sake {task}
, for example:
$ npx sake build
You can also pass options to tasks.
$ npx sake --tasks
- Make sure to read & understand configuration.
- Use Standard JS coding style.
- Test against forks of the development and production repos.