1.0.10 • Published 3 years ago

imba-create-fast v1.0.10

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

imba-create-fast

Installation

npm i -g imba-create-fast

Creating a shell alias or function is recommended

alias cf="imba-create-fast"

or

cf(){
	imba-create-fast "$1" && \
	cd "$1" && \
	npm i && \
	npm start && \
}

Usage

Create a project in the current directory:

imba-create-fast

Create a project in directory project_name:

imba-create-fast project_name
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago