create-mirogo

0.0.12 • Public • Published

create-mirogo npm package

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

Readme

Keywords

Package Sidebar

Install

npm i create-mirogo

Weekly Downloads

7

Version

0.0.12

License

ISC

Unpacked Size

432 kB

Total Files

4

Last publish

Collaborators

  • mirrorgo