mason_cli 0.1.0-dev.55 copy "mason_cli: ^0.1.0-dev.55" to clipboard
mason_cli: ^0.1.0-dev.55 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
295
likes
140
pub points
86%
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