Skip to content

Instantly share code, notes, and snippets.

@bniedermeyer
Last active February 26, 2019 07:02
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 bniedermeyer/e9d2c8c6449838f3cdab1c4b250251bd to your computer and use it in GitHub Desktop.
Save bniedermeyer/e9d2c8c6449838f3cdab1c4b250251bd to your computer and use it in GitHub Desktop.
src
├── collection.json
├── schematic-a
│   ├── files
│   │   ├── file-1.txt
│   │   └── file-2.txt
│   ├── index.ts
│   ├── index_spec.ts
│   ├── schema.json
│   └── schema.model.ts
├── schematic-b
│   ├── index.ts
│   ├── index_spec.ts
│   ├── schema.json
│   └── schema.model.ts
└── schematic-c
├── index.ts
├── index_spec.ts
├── schema.json
└── schema.model.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment