Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinfagnani/buildtool
A simple build system for Dart.
https://github.com/justinfagnani/buildtool
Last synced: 3 months ago
JSON representation
A simple build system for Dart.
- Host: GitHub
- URL: https://github.com/justinfagnani/buildtool
- Owner: justinfagnani
- License: bsd-3-clause
- Created: 2012-11-12T22:17:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-21T18:39:11.000Z (over 11 years ago)
- Last Synced: 2024-10-05T07:39:10.215Z (3 months ago)
- Language: Dart
- Size: 370 KB
- Stars: 13
- Watchers: 9
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
buildtool
=========buildtool is a simple build system for Dart that works well standalone or with
the Dart Editor. buildtool configurations are simple Dart scripts.buildtool helps you keep your project clean and run common tasks like dart2js
and the web components compiler. buildtool is designed to be fast and
unobtrusive so that you can always have a fast edit and refresh development
process.