1.0.6 • Published 2 years ago

@programmermark/create-project v1.0.6

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

create-project cli

A command line tool that generates front-end project templates.

Install

npm install @programmermark/create-project -g

Useage

Create a project

In the case of global installation

create-project

or use npm init command

npm init @programmermark/project

On Linux or MAC systems, if an error occurs, you need to type 'sudo' on the command line to get write permission and run the command to create the project.

sudo create-project
or
sudo npm init @programmermark/project

update project template

template: template name repo: template repository

add new template:

create-project add [template] [repo]

delete template:

create-project delete [template] [repo]

update an existing template:

create-project update [template] [repo]

Lists all existing templates:

create-project list

Stage

The project is still in continuous iteration, but the basic functionality is complete; You can use the CLI directly to create existing vue3 template projects or React template projects, You can also add custom template projects and use the new template to create projects。