Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chipbell4/tm

A Node-based file templating tool
https://github.com/chipbell4/tm

Last synced: 9 days ago
JSON representation

A Node-based file templating tool

Awesome Lists containing this project

README

        

tm
==

A Node-based file templating tool

Subcommands
----------

Subcommands are invoked similar to git: ```tm ```.
Here's a list of the subcommands
+ ```tm render``` : Renders the provided template with the provided parameters. Outputs to stdout.
+ ```tm edit``` : Opens up the template provided in your text editor (given by ```$EDITOR```).
+ ```tm create``` : Creates a new template, and opens it up to be edited. If the template exists, an error message is printed.
+ ```tm delete``` : Removes the template provided, if it exists. It will prompt you, of course.