1.5.0 • Published 16 days ago

create-hyas v1.5.0

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

create-hyas

Official CLI for scaffolding a new Hyas project.

Status

npm (scoped)

Requirements

How to use

npm

npm create hyas@latest

Yarn

yarn create hyas

pnpm

pnpm create hyas@latest

Then follow the prompts!

Options

You can also directly specify the project name and the template you want to use via additional command line options. Use . for the project name to scaffold in the current directory. For example, to scaffold a Doks project, run:

npm

npm create hyas@latest my-doks-project -- --template doks

Yarn

yarn create hyas my-doks-project --template doks

pnpm

pnpm create hyas@latest my-doks-project --template doks

Templates

Currently supported template presets include:

  • doks
  • bolt
  • tailwindcss-starter
  • tailwindcss-starter-rec
  • bootstrap-starter
  • bootstrap-starter-rec
  • basic-starter
  • basic-starter-rec

Variants

The -rec variants include the recommended integrations, currently:

Community templates

You can use a tool like degit to scaffold your project with one of the community templates.

npm

npx degit user/repo my-project

Yarn

yarn dlx degit user/repo my-project

pnpm

pnpm dlx degit user/repo my-project

Credits

This npm package is based on:

1.5.0

16 days ago

1.4.1

2 months ago

1.4.0

2 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.0

5 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.9

7 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.1.2

6 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

0.2.3

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.2.2

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago