Skip to content

Commit

Permalink
Add TypeScript example.
Browse files Browse the repository at this point in the history
This commit adds a TypeScript example in the form of a NPM package. It
contains two TS files, the Aws.ts which is generated from a TypeSet and
vpc_with_subnet.ts which contains the actual workflow and also the
boiler plate code to start the plugin.

Relates to lyraproj#42.
  • Loading branch information
thallgren committed Feb 20, 2019
1 parent 57c7372 commit 812d1a4
Show file tree
Hide file tree
Showing 10 changed files with 4,123 additions and 2 deletions.
3 changes: 3 additions & 0 deletions examples/ts-samples/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Language: JavaScript
BasedOnStyle: Google
ColumnLimit: 80
3 changes: 3 additions & 0 deletions examples/ts-samples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/
node_modules/
dist/
Loading

0 comments on commit 812d1a4

Please sign in to comment.