mason 0.0.1-dev.28 mason: ^0.0.1-dev.28 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 --json todos.json
TODOS.md
should be created in the current directory with the following contents:
# TODOS
- [X] Eat
- [X] Code
- [ ] Sleep