Merge pull request #1077 from balena-io/733-typescript-migration-notice

typescript: Add TypeScript migration notice to README file
This commit is contained in:
Paulo Castro 2019-01-16 19:54:59 +00:00 committed by GitHub
commit ca9ce5ed16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,11 @@ You can also get in touch with us in the balena [forums](https://forums.balena.i
Development guidelines
----------------------
The CLI was originally written in [CoffeeScript](https://coffeescript.org), but we have decided to
migrate to [TypeScript](https://www.typescriptlang.org/) in order to take advantage of static
typing and formal programming interfaces. The migration is taking place gradually, as part of
maintenance work or the implementation of new features.
After cloning this repository and running `npm install` you can build the CLI using `npm run build`.
You can then run the generated build using `./bin/balena`.
In order to ease development: