1.0.7 • Published 1 year ago

tmpl8r v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago