/template-kit

A simple template generator which can be invoked via the CLI

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

template-kit

A simple template generator which can be invoked via the CLI


Installation

# npm registry
pnpm @mrmihi/template-kit

# using pnpm link
pnpm link --global

# using npm pack
npm pack 
npm install --global {tarball}

Usage

  • Execute the following command in your terminal to see a list of available options
sft

Acknowledgments

Heavily Inspired by @sliit-foss/templates

License

GNU GPLv3