NEEOInc / neeo-sdk

NEEO Brain SDK
https://neeoinc.github.io/neeo-sdk/
MIT License
49 stars 17 forks source link

Attempt #2 #117

Closed amirburbea closed 6 years ago

amirburbea commented 6 years ago

Attempt #2 at TypeScript (in the next branch)

Unfortunately, the next branch moved again since my last cut. I recommend someone perform the following steps in a new fork

1: Utilize my

tsconfig.json src folder .gitignore .prettierrc

2: rename the current lib and cli directories as backups (building of typescript overwrites the lib folder)

3: With regards to package.json

Merge dependencies/devDependencies and scripts, copy the updated bin,main,types and lint-staged nodes.

4: Update the typescript src and update it to support the latest commit (which I am missing)

If necessary I can do all this but I am about to fly to NY for more interviews so I can't guarantee timeliness. This probably makes sense to do anyway as I realize this PR is not perfect anyway - JSDocs are incomplete at best, tests/code coverage needs updating.