1.0.7 • Published 10 months ago

tmpl8r v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago