Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-inito

Initializer for INITO or INITO-TS

readme

CREATE INITO TOOL

Initializer for INITO

Get started

Install globally

npm install -g create-inito

Create your App

create-inito <APP_NAME> '' || TS  (typescript o js [default])
-------------------------

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