0.1.1 • Published 1 year ago

create-marcelle v0.1.1

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

create-marcelle

A generator for Marcelle applications!

Usage

To create a new Marcelle project, just run:

npm

npm init marcelle my-app
cd my-app
npm install

yarn

yarn create marcelle my-app
cd my-app
yarn

pnpm

pnpm create marcelle my-app
cd my-app
pnpm i

Several options are available:

  • Templates:
    • Empty Marcelle App (default): a minimalistic Vite application, perfect for prototyping dashboards
    • SvelteKit+Marcelle App: a more elaborate template for multipage applications with a custom interface. It uses SvelteKit.
  • TypeScript: use Typescript for your Marcelle application (including for custom components)

Credits

Based upon create-svelte

License

Copyright (c) 2022 Marcelle contributors

Licensed under the MIT license.