BangleApps/typescript
dependabot[bot] 8482576064
Bump node-fetch from 3.2.9 to 3.2.10 in /typescript
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.9 to 3.2.10.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.9...v3.2.10)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 08:28:46 +00:00
..
types remove BEEPSET workaround - from 3 year old firmware 2022-11-01 09:28:29 +00:00
.gitignore move package back within typescript 2021-12-10 20:52:17 +01:00
README.md TypeScript: Refer to Espruino README 2022-07-27 17:41:59 +02:00
package-lock.json Bump node-fetch from 3.2.9 to 3.2.10 in /typescript 2022-11-04 08:28:46 +00:00
package.json Bump node-fetch from 3.2.9 to 3.2.10 in /typescript 2022-11-04 08:28:46 +00:00

README.md

Bangle.ts

A generic project setup for compiling apps from Typescript to Bangle.js-ready, readable JavaScript.

The types are now automatically generated by a script (see here.

Compilation

Install npm and node.js if you haven't already. We recommend using a version manager like nvm, which is also referenced in the linked documentation. Make sure you are using node version 16 by running nvm use 16 and npm version ^8 by running npm -v. If the latter version is incorrect, run npm i -g npm@^8.

After having installed npm for your platform, open a terminal, and navigate into the /typescript folder. Then run:

npm ci

to install the project's build tools, and:

npm run build

To build all Typescript apps and widgets. The last command will generate the app.js files containing the transpiled code for the Bangle.js.