0.0.62 • Published 5 months ago

create-stdf v0.0.62

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

简体中文

create-stdf

A CLI for creating new STDF projects. Just run...

With PNPM:

pnpm create stdf

With NPM:

npm create stdf@latest
# or
npm init stdf@latest
# or
npx create-stdf@latest

With BUN:

bun create stdf

...and follow the prompts.

You can also directly specify the project name and the template you want to use via additional command line options. For example, to create a new project named my-app using the SvelteKit + Tailwind + STDF template, run:

# pnpm
pnpm create stdf my-app

# npm
npm create stdf@latest my-app

# bun
bun create stdf my-app

If you want to use the Vite + UnoCSS + Svelte + STDF template, run:

# pnpm
pnpm create stdf my-app --template vu
# or
pnpm create stdf my-app -t vu

# npm
npm create stdf@latest my-app --template vu
# or
npm create stdf@latest my-app -t vu

# bun
bun create stdf my-app -template vu
# or
bun create stdf my-app -t vu

Template presets include:

abbreviationtemplatedescription
sktSvelteKit + Tailwind + STDFdefault
vtVite + Tailwind + Svelte + STDF-
vuVite + UnoCSS + Svelte + STDF-
skuSvelteKit + UnoCSS + STDF-
vttVite + Tailwind + TypeScript + Svelte + STDFHas not adapted yet
vutVite + UnoCSS + TypeScript + Svelte + STDFHas not adapted yet
skttSvelteKit + Tailwind + TypeScript + STDFHas not adapted yet
skutSvelteKit + UnoCSS + TypeScript + STDFHas not adapted yet

Options

OptionTypeDefaultDescription
-string-The name of the project, you can direct input.
-t / --templatestringvtThe template to use. Available templates are: vt, vu, skt, sku, vtt, vut, sktt, skut.
-l / --languagestringen_USThe language of the prompts.

Supported Languages

CodeLanguage
en_USEnglish (US)
zh_CNChinese (Simplified)
zh_TWChinese (Traditional)
ja_JPJapanese
ko_KRKorean
es_ESSpanish
ru_RURussian
fr_FRFrench
de_DEGerman
it_ITItalian

For example:

pnpm create stdf my-app -l zh_CN

License

This project is licensed under the MIT License. Feel free to enjoy and contribute to this open-source project.

0.0.62

5 months ago

0.0.61

6 months ago

0.0.60

6 months ago

0.0.59

6 months ago

0.0.58

6 months ago

0.0.57

6 months ago

0.0.55

6 months ago

0.0.54

7 months ago

0.0.53

7 months ago

0.0.52

8 months ago

0.0.51

8 months ago

0.0.50

8 months ago

0.0.49

8 months ago

0.0.48

8 months ago

0.0.47

8 months ago

0.0.46

8 months ago

0.0.45

9 months ago

0.0.44

9 months ago

0.0.43

9 months ago

0.0.42

9 months ago

0.0.41

9 months ago

0.0.40

9 months ago

0.0.39

9 months ago

0.0.38

9 months ago

0.0.37

9 months ago

0.0.36

9 months ago

0.0.35

9 months ago

0.0.34

9 months ago

0.0.33

9 months ago

0.0.32

9 months ago

0.0.31

9 months ago

0.0.30

9 months ago

0.0.29

9 months ago

0.0.28

9 months ago

0.0.27

9 months ago

0.0.26

9 months ago

0.0.25

9 months ago

0.0.24

9 months ago

0.0.23

9 months ago

0.0.22

9 months ago

0.0.21

10 months ago

0.0.20

10 months ago

0.0.19

10 months ago

0.0.18

10 months ago

0.0.17

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago