⚠️ Deprecated in favor of Storybox ⚠️
toolbox-utils is the encapsulated build task module. Based on Gulp and Webpack, those utilities offers you anything you need in your frontend development process in a single dev dependency.
🏠 Homepage
- node >=8
yarn add toolbox-utils
toolbox serve
toolbox build
In order to work to this repo, please achieve the following steps in order to have a proper testing environment :
- Clone the repo locally
- Go to the directory and run the following commands :
$ yarn install $ ln -s "$(pwd)/index.js" "$(pwd)/node_modules/.bin/toolbox" && ln -s "$(pwd)" "$(pwd)/node_modules/toolbox-utils"
- Generate a sibling project using the
generator-toolbox
- In your generated project's root, execute:
$ rm -rf ./node_modules $ ln -s "$(pwd)/../toolbox-utils/node_modules" "$(pwd)/node_modules"
- Now you can test your tasks in the generated project thanks to the symlinks !
- Github: @frontend
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!