create-inito

Initializer for INITO

Usage no npm install needed!

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

README

CREATE INITO TOOL

Initializer for INITO

Get started

Install globally

npm install -g create-inito

Create your App

create-inito <APP_NAME>
-------------------------

1. create-inito "My New App" ✅

2. create-inito my-new-app ✅

3. create-inito MyNewApp ✅

4. create-inito My New App ❌ -- will use just the first part of the name 'my' to create folder and for package.json

Start your App under localhost:8080

cd <APP_NAME> && npm start