1.0.4 • Published 2 years ago

create-intuitive-api v1.0.4

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

create-intuitive-api

An official CLI to start a new project with Intuitive API.

Installation

Install the CLI globally OR run it with npx prefix:

# With npm
npm install -g create-intuitive-api
# With yarn
yarn global add create-intuitive-api

Usage

# With CLI installed
create-intuitive-api name
# With npx command prefix
npx create-intuitive-api name

With TypeScript support (This)

# With CLI installed
create-intuitive-api name --ts
# With npx command prefix
npx create-intuitive-api name --ts

This will create a directory with the given name, clone the Intuitive API repository into it, and install needed dependencies.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago