1.0.4 • Published 1 month ago

create-servite v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

create-servite

Scaffolding Your First Servite Project

# npm
$ npm create servite

# yarn
$ yarn create servite

# pnpm
$ pnpm create servite

It is strongly recommended to use typescript!run:

# npm 6.x
$ npm create servite my-app --ts

# npm 7+, extra double-dash is needed:
$ npm create servite -- my-app --ts

# yarn
$ yarn create servite my-app --ts

# pnpm
$ pnpm create servite my-app --ts

You can use . for the project name to scaffold in the current directory.

1.0.4

1 month ago

1.0.2

1 month ago

1.0.3

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago