Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chipbell4/tm
- Owner: chipbell4
- Created: 2014-01-23T22:37:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-27T22:52:21.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T18:27:16.027Z (7 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.