0.7.0 • Published 2 months ago

@sxzz/create v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

@sxzz/create npm

Command-line for creating projects from templates.

Install

npm i -g @sxzz/create

Usage

create [path]
# e.g: create hello-world

Configuration

Most formats of configuration are supported. The configuration file is located in $HOME/.config/create.config.[js,ts,json,yml,yaml]

TypeScript Schema

URL format: repo[/subpath][#ref]. See examples.

Run create config to modify config.

git:
  init: true # optional, defaults to true

templates:
  - name: Library # must be unique
    # color: '#008800' # optional
    children:
      - name: TypeScript
        color: '#3178c6'
        url: sxzz/node-lib-starter # remote URL or local path
  - name: Web App
    url: xxxxx
    git:
      init: false # overwrite global config

Sponsors

Credits

License

MIT License © 2022-PRESENT 三咲智子

0.7.0

2 months ago

0.6.0

9 months ago

0.3.0

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.5.2

1 year ago

0.4.3

2 years ago

0.5.1

2 years ago

0.4.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.0-beta.1

2 years ago

0.2.0-beta.0

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago