Add CLI definitions; CLI restructure

This commit is contained in:
dcodeIO
2018-05-28 18:55:51 +02:00
parent d0244a9b0f
commit c9ed03028d
14 changed files with 187 additions and 60 deletions

View File

@ -41,7 +41,7 @@ Once the project is set up, it's just a matter of using your existing [TypeScrip
$> npm run asbuild
```
The compiler's API can also [be used programmatically](./bin).
The CLI API can also [be used programmatically](./cli).
If you rather prefer an installation suitable for development, pretty much the same can be achieved by cloning the GitHub repository instead: