@codedrifters/configulator 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
1
|
# Configulator
|
|
2
2
|
|
|
3
|
-
A library of Projen components used by CodeDrifters to manage repository configuration across various projects.
|
|
3
|
+
A library of [Projen](https://projen.io/) components used by CodeDrifters to manage repository configuration across various projects.
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
To init a monorepo you can use:
|
|
8
|
+
|
|
9
|
+
`npx projen new --from @codedrifters/configulator monorepo`
|
|
10
|
+
|
|
11
|
+
For a specific version, use:
|
|
12
|
+
|
|
13
|
+
`npx projen new --from @codedrifters/configulator@0.0.15 monorepo`
|
|
14
|
+
|
|
15
|
+
These docs are a work in progress and very light currently.
|
package/package.json
CHANGED