Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenghongtu/vscode-asciiflow2
Asciiflow in VS Code
https://github.com/zenghongtu/vscode-asciiflow2
asciiflow
Last synced: 23 days ago
JSON representation
Asciiflow in VS Code
- Host: GitHub
- URL: https://github.com/zenghongtu/vscode-asciiflow2
- Owner: zenghongtu
- Created: 2020-04-11T02:12:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T06:47:39.000Z (over 3 years ago)
- Last Synced: 2024-11-11T18:43:16.590Z (about 1 month ago)
- Topics: asciiflow
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=zenghongtu.vscode-asciiflow2
- Size: 13.8 MB
- Stars: 396
- Watchers: 3
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vscode-asciiflow2
> [Asciiflow](http://asciiflow.com/) in VS Code.
## Install
[Asciiflow2 - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=zenghongtu.vscode-asciiflow2)
## Preview
![preview](https://github.com/zenghongtu/vscode-asciiflow2/blob/master/resources/preview.gif?raw=true)
## Development
- Open this project in VS Code 1.25+
- `npm install`
- `npm run watch` or `npm run compile`
- `F5` to start debuggingRun the `Open Asciiflow` to create the panel.
## Change Log
### 0.2.0
- Add dark theme
## Thanks
- [lewish/asciiflow2](https://github.com/lewish/asciiflow2)