1.0.10 • Published 2 years ago

imba-create-fast v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago