hot-cold-guide
v1.0.0-alpha.9.0
Published
Provide hold and cold cues for html
Downloads
7
Readme
Hot Cold Guide
Install
pnpm install
Lint and Test
pnpm build
pnpm lint
pnpm test
Or, run pnpm build:lint
or pnpm build:test
.
Publish
First unlink and update Dependencies:
pnpm build:publish
Using project as template
This is a simple project that uses typescript, eslint, and mocha.
The .mocharc.json
file configures mocha to use ts-node
to test typescript
files.
The tsconfig.json
file contains standard options to build as a node module.
The .eslintrc.json
file sets up eslint to use @typescript-eslint
.