Create Hello World
Create Hello World Node.js app
Creating an App
npx
npx create-hello-world my-app
npm
npm install -g create-hello-world
npm init hello-world my-app
Yarn
yarn create hello-world my-app
my-app
├── README.md
├── package.json
├── .gitignore
└── index.js
License
Create Hello World is open source software licensed as MIT.