1.1.1 • Published 7 months ago

@artemmahey/create v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Create

This CLI allows you to create a template for your project, whether it's an express, React, or fullstack application.

Installation

npm i -g @artemmahey/create

Usage

Create express api with Typescript:

npx @artemmahey/create -e name-of-app

Create react app with Typescript:

npx @artemmahey/create -r name-of-app

Create fullstack app with Typescript:

npx @artemmahey/create -r -e name-of-app

This will create a directory with the given name, clone the chosen repo into it, and install dependencies.

Additional

This CLI is based on create-express-api

1.1.1

7 months ago

1.1.0

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago