Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

frontend/toolbox-utils

Repository files navigation

Welcome to Toolbox Utils 👋

⚠️ Deprecated in favor of Storybox ⚠️

Documentation License: MIT

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.

Prerequisites

  • node >=8

Install

yarn add toolbox-utils

Usage

toolbox serve
toolbox build

Develop

In order to work to this repo, please achieve the following steps in order to have a proper testing environment :

  1. Clone the repo locally
  2. 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"
  3. Generate a sibling project using the generator-toolbox
  4. In your generated project's root, execute:
    $ rm -rf ./node_modules
    $ ln -s "$(pwd)/../toolbox-utils/node_modules" "$(pwd)/node_modules"
  5. Now you can test your tasks in the generated project thanks to the symlinks !

Author

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Frontend.
This project is MIT licensed.