tmpl8r
v1.0.7
Published
A simple CLI tool for managing file templates. It allows you to save custom file templates and quickly generate new files from them in any directory.
Downloads
14
Maintainers
Readme
tmpl8r
A simple CLI tool for managing file templates. It allows you to save custom file templates and quickly generate new files from them in any directory.
Install
To install globally, use:
npm install -g tmpl8r
Usage
tmpl8r [command]
Commands:
createTemplate
Create a new template by specifying a template file path and name.templates
List all available templates saved in the system.deleteTemplate
Delete a template by selecting it from the list of saved templates.createFile
Create a file from a selected template in the current directory.help
Display the help message with information about the available commands.
Each command will open a prompt to guide you through the process.