0.0.1 • Published 1 year ago

@signlanguagetech/npm-library-boilerplate v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

set up a typescript library

create src/index.ts, .gitignore, npx -p typescript tsc --init

npm config set init-author-name = "AUTHOR_NAME" && npm init -y

npm install @types/node typescript -D

0.0.1

1 year ago