Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dart-archive/atom-dartino
Atom Plug-in for Dartino
https://github.com/dart-archive/atom-dartino
Last synced: 20 days ago
JSON representation
Atom Plug-in for Dartino
- Host: GitHub
- URL: https://github.com/dart-archive/atom-dartino
- Owner: dart-archive
- License: other
- Archived: true
- Created: 2016-01-27T12:23:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T14:11:34.000Z (over 8 years ago)
- Last Synced: 2024-04-10T02:08:41.760Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 704 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-dart - atom-dartino - atom-dartino.[<img src="https://travis-ci.org/dartino/atom-dartino.svg?branch=master">](https://travis-ci.org/dartino/atom-dartino) (Development-Tools)
README
# atom-dartino
[![Build Status](https://travis-ci.org/dartino/atom-dartino.svg?branch=master)](https://travis-ci.org/dartino/atom-dartino)
This package is a [Dartino](http://dartino.github.io/sdk/) development plugin
for [Atom](https://atom.io)
built on top of the Atom [dartlang](https://atom.io/packages/dartlang) plugin.## Features
- Source code analysis of [Dartino](http://dartino.github.io/sdk/) applications.
- Single command to compile, deploy, and run code
on connected device.## Installation
- Install Atom [atom.io](https://atom.io/)
- Install this [dartino](https://atom.io/packages/dartino) package
(with `apm install dartino` or through the Atom UI)
- Install the Dartino SDK version 0.4.0 or better: [MacOS](https://storage.googleapis.com/dartino-archive/channels/dev/release/latest/sdk/dartino-sdk-macos-x64-release.zip), [Linux](https://storage.googleapis.com/dartino-archive/channels/dev/release/latest/sdk/dartino-sdk-linux-x64-release.zip)## Setup in Atom
- Open the dartlang plugin settings page and change
the Dart SDK Location to point to your installed Dart SDK
- Open the dartino plugin settings page and change the Dartino root directory
to the location of your installed Dartino SDK## Quick Start
- Connect computer USB to CN14 USB ST-LINK on STM32 Discovery board
- Pull down the File menu and select Add Project folder
- In the dialog that appears, select the dartino-sdk/samples directory
- In the file tree on the left, select samples/stm32f746g-discovery/lines.dart
to open that file
- Click in the editor
- To compile, deploy, and run the Dartino application in the active editor
on the connected device, either press ctrl-f6
or select Packages > Dartino > Run app on device## Terms and Privacy
The Dart plugin for Atom (the "Plugin") is an open-source project, contributed
to by Google. By using the Plugin, you consent to be bound by Google's general
Terms of Service and Google's general
[Privacy Policy](http://www.google.com/intl/en/policies/privacy/).## License
See the [LICENSE](https://github.com/dartino/atom-dartino/blob/master/LICENSE)
file.