buttpack v2.0.0
Buttpack
buttpack is a lightweight webpack alternative that just works!
Installation
Global Installation
To install buttpack globally and use it in any project, run the following command in your terminal:
npm install -g buttpackAfter installation, you can run the command buttpack build from anywhere on your system to execute the script.
Local Installation
If you prefer to install buttpack locally within your project, execute:
npm install buttpackThis will add buttpack to your project's dependencies.
Adding Buttpack Build Script in Your Project
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:buildContributing
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.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.