Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

asciiflow

> 编程语言
Open source

ASCIIFlow

5.8K stars0 likes0 views
WebsiteGitHub

About

ASCIIFlow

# [asciiflow.com](https://asciiflow.com) ASCIIFlow is a client-side only web based application for drawing ASCII diagrams. You can use it at [asciiflow.com](https://asciiflow.com).

## Contributing ### Installation ASCIIFlow is built with [Bazel](https://docs.bazel.build/versions/4.0.0/getting-started.html). Bazel is most easily installed to the correct version through [Bazelisk](https://github.com/bazelbuild/bazelisk). See `.bazelversion` for the correct version if you aren't using Bazelisk. ``` npm install -g @bazel/bazelisk yarn global add @bazel/bazelisk ``` For development, ibazel is also a very useful tool to help with automatic rebuilding and reloading. ``` npm install -g @bazel/ibazel yarn global add @bazel/ibazel ``` ### Running ASCIIFlow locally After installation of Bazel/Bazelisk, you can run ASCIIFlow locally with: ``` ibazel run client:devserver ``` Or without ibazel (won't do live reloading): ``` bazel run client:devserver ```

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •TypeScript

> Tags

TypeScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言