create-hello-world
v1.0.6
Published
Create Node.js Hello World application
Readme
Create Hello World
Create Hello World Node.js app
Creating an App
npx
npx create-hello-world my-appnpm
npm install -g create-hello-world
npm init hello-world my-appYarn
yarn create hello-world my-appmy-app
├── README.md
├── package.json
├── .gitignore
└── index.jsLicense
Create Hello World is open source software licensed as MIT.
