textusm

(★ 188)

TextUSM is a web-based diagram editor that generates diagrams from indented text

File Explorer

  • .editorconfig
  • .env.example
  • .firebaserc
  • .gitignore
  • .tool-versions
  • CONTRIBUTING.md
  • firebase.json
  • firestore.indexes.json
  • justfile
  • LICENSE
  • README.md
  • storage.rules

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

comma

View Details ▼

This command is an alias of `,`.

tldr ,

View documentation for the original command:

🔍

just

View Details ▼

Save and run project-specific commands.

just {{recipe}}

Run a recipe specified in the justfile:

just

Start a REPL (interactive shell):

just --init

Initialize new justfile in project root:

🔍

npm install

View Details ▼

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

# Project Badges

  • GitHub Actions Workflow Status GitHub Actions Workflow Status
  • Version Version Visit
  • License: MIT License: MIT
// repository documentation