1.5.0 • Published 5 years ago

toolbox-utils v1.5.0

Weekly downloads
26
License
MIT
Repository
github
Last release
5 years ago

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

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 :

```bash
$ yarn install
$ ln -s "$(pwd)/index.js" "$(pwd)/node_modules/.bin/toolbox" && ln -s "$(pwd)" "$(pwd)/node_modules/toolbox-utils"
```
  1. Generate a sibling project using the generator-toolbox
  2. In your generated project's root, execute:
    $ rm -rf ./node_modules
    $ ln -s "$(pwd)/../toolbox-utils/node_modules" "$(pwd)/node_modules"
  3. 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.