mason_cli 0.1.3 copy "mason_cli: ^0.1.3" to clipboard
mason_cli: ^0.1.3 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
411
likes
160
points
26.7k
downloads

Documentation

Documentation
API reference

Publisher

verified publisherbrickhub.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#mason #cli #template #generator

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

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

More

Packages that depend on mason_cli