mason 0.0.1-dev.51 mason: ^0.0.1-dev.51 copied to clipboard
A Dart template generator which helps teams generate files quickly and consistently.
Usage #
Basic #
Run the following command in the current directory:
$ mason get # only first time
$ mason make greeting --name Felix
GREETINGS.md
should be created in the current directory with the following contents:
# Greetings Felix!
Loops and JSON #
Run the following command in the current directory:
$ mason get # only first time
$ mason make todos -c todos.json
TODOS.md
should be created in the current directory with the following contents:
# TODOS
- [x] Eat
- [x] Code
- [ ] Sleep