1.0.6 • Published 2 years ago
create-hello-world v1.0.6
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.