catalogue-open-aws icon indicating copy to clipboard operation
catalogue-open-aws copied to clipboard

README

This is a published vault using dendron.

You can read more about it here

Update docs

  1. get dependencies
    yarn 
    
  2. update the docs (only need to do this if you've added a seed)
    ./scripts/build.sh
    

Developing a new Seed

  1. checkout repo
    git checkout [email protected]:dendronhq/seeds.aws.git
    
  2. bootstrap dependencies
    lerna bootstrap
    
  3. compile
    lerna exec -- yarn build
    
  4. 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
    cd -R packages/awsgeek-seed/  packages/{new-seed}
    
  5. bootstrap new package
    lerna bootstrap
    lerna exec -- yarn build
    
  6. create a link
    cd packages/{new-seed}
    yarn link
    
  7. link newly created seed to this repo
    cd catalogue-open-aws
    yarn link @dendronhq/{new-seed}
    
  8. Execute your new seed
    npx dendron-cli plantSeed --id @dendronhq/{new-seed} --wsRoot ./ --vault ./vault