Skip to content

Instantly share code, notes, and snippets.

@9oelM

9oelM/block31.tf Secret

Created March 21, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 9oelM/41c610b04c74f88926c13469ca50224f to your computer and use it in GitHub Desktop.
Save 9oelM/41c610b04c74f88926c13469ca50224f to your computer and use it in GitHub Desktop.
➜ server git:(master) ✗ tree -I node_modules
.
├── lerna.json
├── package.json
├── packages
│   └── hello
│   ├── Dockerfile
│   ├── README.md
│   ├── __tests__
│   │   └── hello.test.js
│   ├── lib
│   │   ├── hello.js
│   │   └── index.ts
│   ├── package.json
│   └── tsconfig.json
└── template.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment