Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 595 Bytes

Notes.md

File metadata and controls

37 lines (20 loc) · 595 Bytes

https://github.com/ErickWendel/semana-js-expert30 https://github.com/pedrorenan/js-expert-week

npm init -y node index.js

https://www.npmjs.com/package/blessed

npm install blessed@0.1.81

npm start

git -c commit.gpgsign=false commit

Install deps according to package-lock.json

npm ci

npm run user03

chmod +x index.js

npm link

hacker-chat --username devontherun --room sala01

npm unlink -g @devontherun/ew-hacker-chat-client

npm login

npm publish --access public

npm i -g @devontherun/ew-hacker-chat-client

hacker-chat --username devontherun --room sala01

npm unpublish --force