0.0.11 • Published 16 days ago

create-copy v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

c-copy 通过命令行创建模版项目

模版地址

  • nuxt3-template
  • vue3-template
  • vue2-template

第一次获取json默认数据,会生成一个__temp__文件夹(用完即删),根目录 /User/xxx/.ccopyrc 存储json数据

install

pnpm install create-copy -g

usage

c-copy create OPTIONS

default options with cwd & logLevel

All this commands could use --help for more infomations

commands

create

create project with subcommands

  • template/t
  • force/f
  • offline/o
  • name

show

show cached json .ccopyrc

clean

clean cached json .ccopyrc & .cache/giget

# 显示存储json信息 .ccopyrc
c-copy show
# 删除存储的json文件 - 删除.ccopyrc
c-copy clean
# 创建模版
c-copy create xxx
c-copy create --template vue2-template xxx
# 创建时使用最新json数据
c-copy create -t vue2-template -f
# 下载到对应目录
c-copy create -t vue2-template --cwd ../../example

respect

  1. Vue
  2. vue-cli
  3. Nuxt
  4. UnJS
0.0.11

16 days ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago