https://github.com/bigbite/build-tools
https://github.com/bigbite/build-tools
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigbite/build-tools
- Owner: bigbite
- License: mit
- Created: 2021-07-30T23:58:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T16:39:32.000Z (11 months ago)
- Last Synced: 2025-03-29T10:22:48.146Z (11 months ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Build Tools
The Build Tools aim to cater for various needs of the Big Bite team when creating new sites, plugins and themes for projects. This means we need to have a tooling structure that allows us to develop in isolation when building a plugin or theme along side a whole site project without having to switch or configure tooling for when we change contexts. This package contains everything the tooling needs as well as the relevant webpack configuration to meet these needs.
# Setup
Add the package using the git url and version:
```bash
npm i -D @bigbite/build-tools
```
## Documentation
* [Configuration](https://github.com/bigbite/build-tools/wiki/Config)
* [CLI Command Usage](https://github.com/bigbite/build-tools/wiki/CLI-Command-Usage)
* [Project Structuring](https://github.com/bigbite/build-tools/wiki/Project-Structuring)
* [Working with your assets](https://github.com/bigbite/build-tools/wiki/Working-with-your-assets)
* [Development & Contribution](https://github.com/bigbite/build-tools/wiki/Development-&-Contribution)