create-hello-world

Create Node.js Hello World application

Usage no npm install needed!

<script type="module">
  import createHelloWorld from 'https://cdn.skypack.dev/create-hello-world';
</script>

README

Create Hello World

Create Hello World Node.js app

Creating an App

npx

npx create-hello-world my-app

npm

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.