Skip to content

Releases: awesome-starter/create-preset

v0.13.1

14 Mar 05:24
Compare
Choose a tag to compare

0.13.1 (2023-03-14)

Bug Fixes

  • the -v option get the wrong version (227ab09)

v0.13.0

30 Jan 16:13
Compare
Choose a tag to compare

0.13.0 (2023-01-30)

Features

v0.12.2

27 Jan 14:27
Compare
Choose a tag to compare

0.12.2 (2023-01-27)

Bug Fixes

  • remove invalid mirror proxy service (3a7fc7b)

v0.12.1

12 May 03:06
Compare
Choose a tag to compare

0.12.1 (2022-05-12)

Bug Fixes

  • change the proxy domain for download (9bd0b90)

v0.12.0

03 May 06:39
Compare
Choose a tag to compare

0.12.0 (2022-05-03)

Features

  • make the init command to be default (f7754bd)
  • support specify a template name when init (c0fa9ea)

v0.11.0

11 Feb 09:29
Compare
Choose a tag to compare

0.11.0 (2022-02-11)

Features

  • change download proxy source (1aa0975)

v0.10.0

27 Jan 03:34
Compare
Choose a tag to compare

0.10.0 (2022-01-27)

Features

  • community templates randomly sorted (9e02764)
  • hide tech stack without templates on interactive interface (cabbe4c)

v0.9.0

25 Jan 09:20
Compare
Choose a tag to compare

0.9.0 (2022-01-25)

Features

v0.8.0

24 Jan 02:35
2ef03b1
Compare
Choose a tag to compare

0.8.0 (2022-01-24)

Bug Fixes

  • after removing the local config, the get command reads the wrong path

Features

  • support manage your local tech list
  • support use proxy to download templates
Usage: preset <command> [options]

Options:
  -v, --version       output the version number
  -h, --help          output usage information

Commands:
  init|i [app-name]   generate a project from a preset template
  config|c [options]  use the local preset config
  proxy|p             use proxy to download template
  upgrade|u           updated version
  help [command]      display help for command

  Run preset init <app-name> to initialize your project.

v0.7.0

21 Jan 09:13
20ab7fe
Compare
Choose a tag to compare

0.7.0 (2022-01-21)

rewrite in vite with typescript