catalogue-open-aws
catalogue-open-aws copied to clipboard
README
This is a published vault using dendron.
You can read more about it here
Update docs
- get dependencies
yarn
- update the docs (only need to do this if you've added a seed)
./scripts/build.sh
Developing a new Seed
- checkout repo
git checkout [email protected]:dendronhq/seeds.aws.git
- bootstrap dependencies
lerna bootstrap
- compile
lerna exec -- yarn build
- add a new package
- follow instructions here
- easiest way (until we get a template is to copy an existing seed)
- if you copy, make sure to update the names in
package.json
- if you copy, make sure to update the names in
cd -R packages/awsgeek-seed/ packages/{new-seed}
- bootstrap new package
lerna bootstrap lerna exec -- yarn build
- create a link
cd packages/{new-seed} yarn link
- link newly created seed to this repo
cd catalogue-open-aws yarn link @dendronhq/{new-seed}
- Execute your new seed
npx dendron-cli plantSeed --id @dendronhq/{new-seed} --wsRoot ./ --vault ./vault