Skip to content

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

License

Notifications You must be signed in to change notification settings

holtwick/create-estrella

Repository files navigation

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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project