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

create-rediagram-project

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rediagram-project

Starter kit for rediagram.

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

npm version License: MIT code style: prettier PRs Welcome

create-rediagram-project

Starter kit for rediagram.

How to use

Execute the following command to initialize the rediagram project in the specified directory.

# yarn create rediagram-project <your-project-name>
$ yarn create rediagram-project my-rediagram
🌈 Creating new rediagram project in my-rediagram.

⭐️ Installing packages. This take a couple of minutes.

yarn install v1.22.4
info No lockfile found.
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...
success Saved lockfile.
✨  Done in 9.38s.

✨ The installation is complete.

👉 Get started with following commands:

    # Move to the project directory with the following command.
    $ cd my-rediagram

🚀 In the project directory, you can run:

    # Runs src/*.rediagram.tsx scripts and output the image with rediagram.
    $ yarn start

Help

$ create-rediagram-project -h
Usage: create-rediagram-project [options] <name>

Options:
  -V, --version               output the version number
  -p, --package-manager <pm>  select a package manager, yarn or npm. (default: "yarn")
  -h, --help                  display help for command

License

This software is released under the MIT License, see LICENSE.

FAQs

Package last updated on 24 Aug 2021

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