0.0.12 • Published 1 year ago

create-mirogo v0.0.12

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

create-mirogo

under construction!!!

Scaffolding Your First Mirogo Project

With NPM:

$ npm create mirogo

With Yarn:

$ yarn create mirogo

With PNPM:

$ pnpm create mirogo

With Bun:

$ bun create mirogo

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

# npm 7+, extra double-dash is needed:
npm create vite@latest my-vue-app -- --template vue

# yarn
yarn create vite my-vue-app --template vue

# pnpm
pnpm create vite my-vue-app --template vue

# Bun
bun create vite my-vue-app --template vue
0.0.11

1 year ago

0.0.12

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago