1.0.17 • Published 6 years ago

hw-npm-module v1.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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
1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13-c

6 years ago

1.0.13-b

6 years ago

1.0.13-a

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.0

6 years ago