1.0.1 • Published 3 years ago

create-estrella v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

create-estrella

Create a starter project for Estrella, the esbuild based build system.

$ npm init estrella <project-name>
$ cd <project-name>
$ npm install
$ npm run dev

If using Yarn:

$ yarn create estrella <project-name>
$ cd <project-name>
$ yarn
$ yarn dev

Languages

By default templates are provided in Javascript. If you prefer Typescript add the --ts option:

$ npm init estrella <project-name> --ts

Templates

Available templates:

  • basic (default)
  • module

To scaffold with specific template:

$ npm init estrella <project-name> --template <template>

For example to set up the module named "my-module":

$ npm init estrella my-module --template module

This package was created using https://github.com/vitejs/create-vite-app as model. Thanks!

1.0.1

3 years ago

1.0.0

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago