5 unstable releases
new 0.3.0 | Oct 30, 2024 |
---|---|
0.2.0 | Oct 7, 2024 |
0.1.2 | Oct 7, 2024 |
0.1.1 | Oct 7, 2024 |
0.1.0 | Oct 7, 2024 |
#219 in Configuration
439 downloads per month
77KB
2K
SLoC
Weaveconfig
Weaveconfig is a configuration tool for monorepos. It allows you to manage all configuration in a single directory in the root of your project.
To use it just run weaveconfig
in the root of your project, to create the initial configuration run weaveconfig init
.
The weaveconfig contains 3 kinds of files:
_space.jsonc
- This file contains the configuration for the space. A space typically is an app / package within your monorepo._env.jsonc
- This file contains the configuration / variables for the space.- other files - These files will be copied into each space inlined with variables from the space.
Dependencies
~21–32MB
~531K SLoC