mason_cli 0.1.0-dev.53 copy "mason_cli: ^0.1.0-dev.53" to clipboard
mason_cli: ^0.1.0-dev.53 copied to clipboard

Mason CLI allows developers to create and consume reusable templates called bricks.

example/README.md

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
290
likes
130
pub points
87%
popularity

Publisher

verified publisherbrickhub.dev

Mason CLI allows developers to create and consume reusable templates called bricks.

Repository (GitHub)
View/report issues

Topics

#mason #cli #template #generator

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

args, checked_yaml, cli_completion, mason, mason_api, meta, path, pub_updater, watcher

More

Packages that depend on mason_cli