chore: Set up development environment
Add the civet and typescript compilers, implement a build step, provide examples of using from es6, script, and command line. Of course, there is no actual behavior produced; convert always produces 'foo' at the moment.
This commit is contained in:
parent
26f1be2d67
commit
67a07e2000
10 changed files with 468 additions and 1 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,3 +1,10 @@
|
|||
# Object files
|
||||
build
|
||||
dist
|
||||
|
||||
# Editor backups
|
||||
*~
|
||||
|
||||
# ---> Node
|
||||
# Logs
|
||||
logs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue