1.0.17 • Published 6 years ago
hw-npm-module v1.0.17
how to create package
npm init
-- will init package.json- npm pack /???
npm install typescript -g
-- global installation for TSnpm i -D react @types/react typescript
-- add dev dependency for TS and Reacttsc --init
-- init tsconfig.jsontsc -p .
-- will build specified targets in current path.
npm publish
-- will publish updates