1.1.0 • Published 2 years ago

create-inito v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

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
1.1.0

2 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago