Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.