transmute-industries / transmute-framework

TypeScript dApp Framework
https://framework.transmute.industries/
42 stars 8 forks source link

migrate to typescript #10

Closed OR13 closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 5f37d5e1ed4c47398b25997fb877414c918b0c39 on feature/ts into on master.

OR13 commented 7 years ago

@eolszewski as you can see coverage and typescript are now working!

Sorry this is such a mess, it took a while to figure out how to actually use typescript.

The next step is to add types to all the methods, and make sure the docs are accurate.

This should be easy, but will take a little while. in the meantime, you should proceed assuming the interface wont change that much, because it wont.

please squash and merge these terrible PRs to help hide my shame.

OR13 commented 7 years ago

Consider this https://github.com/conventional-changelog/standard-version as we will be publishing to npm eventually.