Skip to content

WarrenBuffering/buttpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 buttpack

After 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 buttpack

This 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:build

Contributing

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.

About

a lightweight webpack alternative that just works!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages