Skip to content

Latest commit

 

History

History
executable file
·
61 lines (40 loc) · 918 Bytes

README.md

File metadata and controls

executable file
·
61 lines (40 loc) · 918 Bytes

Description

Tool to create various projects based on templates.

Dependencies

  1. git(go https://git-scm.com/downloads to install)

Install

go install github.com/pefish/create-app/cmd/...@latest

Help

create-app --help

Create Electron App

create-app my-project -t electron -d "my test project"

Create React App

create-app my-project -t react-app -d "my test project"

Create Golang Web Server

create-app my-project -t go-web-server -d "my test project"

Create Nodejs Web Server

create-app my-project -t nodejs-web-server -d "my test project"

Create Typescript App

create-app my-project -t ts-app -d "my test project"

Create Typescript Lib

create-app my-project -t ts-lib -d "my test project"

Create Rust LiAAppppb

create-app my-project -t rust-app