Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-miro-app

Package Overview
Dependencies
Maintainers
6
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-miro-app

Create Miro app

  • 1.11.1
  • npm
  • Socket score

Version published
Weekly downloads
109
decreased by-30.57%
Maintainers
6
Weekly downloads
 
Created
Source

Create a Miro app

The easiest way to get started with the Miro Developer Platform is by using create-miro-app.
To get started, run the following command:

npx create-miro-app@latest

To create a new app in a specific folder, you can send a name as an argument.
For example, the following command will create a new Miro app called my-miro-app in a folder with the same name:

npx create-miro-app@latest my-miro-app

Options

You can append the following options to npx create-miro-app@latest to run the installation in a silent, non-interactive mode.

If you don't append any options, you'll be prompted to specify app name and package manager interactively.

NameDescription
[name]Sets the name of the app.
Default: my-miro-app
--npmBootstraps the project using npm.
Default: yarn, if installed.
--frameworkSets the framework template to use.
One of: vanilla, react, preact, vue, nextjs or express
--flavourSets the language template to use.
One of: js, ts

Analytics

create-miro-app collects completely anonymous analytics data about framework and language usage. To opt-out, set the following environment variable: DO_NOT_TRACK=1

See also

  • 💡 The Build your first Hello, World app tutorial guides you through the process step by step.

Keywords

FAQs

Package last updated on 14 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc