Skip to content

Commit 3fd423d

Browse files
Marie HoegerMarie Hoeger
authored andcommitted
update readme
1 parent 9a20cfc commit 3fd423d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ The next step is to inlude function.json generation scripts in this project as w
88
- npm install
99
- npm start
1010

11-
Check out app.ts code
11+
Check out `src` code for sample function app.
12+
`src/app.ts` is the entry point.
1213

1314
### Disclaimer
14-
I wanted to show that code in `common` and `functions` can be structured however you like. Worth thinking about what pattern we actually want to encourage, especially with how we want to do templates.
15+
I wanted to show that code in `common` and `functions` can be structured however you like. Worth thinking about what pattern we actually want to encourage, especially with how we want to do templates.
16+
17+
This can all be in JavaScript, but I chose to write it in TypeScript.
18+
19+
This is in a very early stage, the most helpful feedback will be on the intuitiveness/usability on exported classes. Note that trigger classes aren't fleshed out, but will be pretty much the same as: http://json.schemastore.org/function

0 commit comments

Comments
 (0)