hw-npm-module
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

how to create package

  1. npm init -- will init package.json
  2. npm pack /???
  3. npm install typescript -g -- global installation for TS
  4. npm i -D react @types/react typescript -- add dev dependency for TS and React
  5. tsc --init -- init tsconfig.json
  6. tsc -p . -- will build specified targets in current path .
  7. npm publish -- will publish updates

Readme

Keywords

none

Package Sidebar

Install

npm i hw-npm-module

Weekly Downloads

0

Version

1.0.17

License

ISC

Unpacked Size

136 kB

Total Files

13

Last publish

Collaborators

  • lazysergey