create-rediagram-project

0.2.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i create-rediagram-project

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

20.9 kB

Total Files

19

Last publish

Collaborators

  • kamiazya