buttpack
is a lightweight webpack alternative that just works!
To install buttpack
globally and use it in any project, run the following command in your terminal:
npm install -g buttpack
After installation, you can run the command buttpack build
from anywhere on your system to execute the script.
If you prefer to install buttpack
locally within your project, execute:
npm install buttpack
This will add buttpack
to your project's dependencies.
To make it easier to run buttpack
within your project, add the following script to your package.json
:
"scripts": {
"buttpack:build": "buttpack build"
}
Now, you can run the script using npm by typing the following command in your terminal:
npm run buttpack:build
Contributions to buttpack are welcome! Please feel free to submit a pull request or open an issue if you have suggestions or find a bug.
This project is licensed under the MIT License - see the LICENSE.md file for details.