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