Filter by:
Typescript13Project11React11NodeJS7MUI5GraphQL4Socket.io (websockets)3Vite2WebRTC (p2p communication)2Redux2React i18next2Express2PostgreSQL2RabbitMQ (message queue)2AngularJS2Java2NPM1Firebase1Progressive Web App1Vercel1Jest1Emotion/Styled Components (CSS-in-JS)1Design-patterns1Google Maps API1MongoDB1Auth01Google Docs1Twitter API1Redis1Clear filterclear
Publishing a NodeJS CLI tool to NPMPublished: May 15th 2023
Create a new folder (`my-cli-demo` for example) and use `npm init` command. Answer the questions with default options, except the entry point, which should be changed to `bin/index.js`...