https://github.com/munificent/dart-status-file-sublime
A Sublime Text 3 Package for working with Dart status files
https://github.com/munificent/dart-status-file-sublime
Last synced: 6 months ago
JSON representation
A Sublime Text 3 Package for working with Dart status files
- Host: GitHub
- URL: https://github.com/munificent/dart-status-file-sublime
- Owner: munificent
- Created: 2017-09-14T20:12:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T20:15:39.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T17:49:13.500Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Sublime Package for Dart Status Files.
It's not on Package Control because it's not likely to be useful for anyone not
actually on the Dart team. You can install it locally by cloning this repo into
your "Packages/User" directory inside your Sublime installation.
On a Mac, that's:
```sh
$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/
$ git clone https://github.com/munificent/dart-status-file-sublime.git
```