Tools for creating and updating the Unlimited Theme.
$ npm i -D unlimited-tools| Command | Description |
|---|---|
| unlim deploy | Deploy to development |
| unlim deploy:production | Deploy to production |
| unlim build | Build production files without deploying |
| unlim new | Install Unlimited within a new store |
| unlim update:docs | Pull docs files from the master branch |
| unlim update:tools | Pull tools (./bin) from master branch |
| unlim update:package | Pull package.json from master branch |
| unlim update:config | Pull config folder from master branch |
| unlim update:all | Pull all non-theme files from master branch |
| unlim docs | Build JSDocs and deploy to Github pages |