bake 2.1.0 copy "bake: ^2.1.0" to clipboard
bake: ^2.1.0 copied to clipboard

Build your projects with simple rules across platforms. This project is heavily inspired by the GNU Make project!

example/example.md

EXAMPLE FOR BAKE #

Example's pubspec.yaml #

name: test
description: A test app for Bake!
version: 1.0.0
publish_to: none
homepage: https://github.com/iamtheblackunicorn/Bake
environment:
  sdk: '>=2.12.0 <3.0.0'
dependencies:
  bake:
    git: git://github.com/iamtheblackunicorn/Bake.git

Example's main.dart #

/*
Bake by Alexander Abraham, the Black Unicorn
licensed under the MIT license
*/

/// Imports all functions from
/// the "lib" folder.
import 'package:bake/bake.dart';

/// This is the entry point for the Dart VM.
void main(List<String> arguments) {
  cliApp(arguments);
}
1
likes
110
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

Build your projects with simple rules across platforms. This project is heavily inspired by the GNU Make project!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

clibu, termstyle

More

Packages that depend on bake