@markpsy/demo-published-npm-qnb
v1.0.6
Published
1. `npm init` => to create package.json 2. add npm_name scope to package.json, VD: "name": "@markpsy/demo-published-npm-qnb" 3. `npm login` => OTP code in email 4. `npm publish --access public` (first time) 5. When update project exist => change version a
Downloads
3
Readme
published to npm
npm init
=> to create package.json- add npm_name scope to package.json, VD: "name": "@markpsy/demo-published-npm-qnb"
npm login
=> OTP code in emailnpm publish --access public
(first time)- When update project exist => change version and run
npm publish
Pull package and update
- npm pack <package_name>
- unzip this packe (change name folder, if you want)
- change version in package.json
- change code ...
- Login:
npm login
- Publish:
npm publish