Demon888 / template

ZSH plugin who create file from template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin for ZSH who create files form template

Screen

Installation

If you use oh-my-zsh

  • Clone this repository into ~/.oh-my-zsh/custom/plugins
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zpm-zsh/new-file-from-template
  • After that, add new-file-from-template to your oh-my-zsh plugins array.

If you use Zgen

  1. Add zgen load zpm-zsh/new-file-from-template to your .zshrc with your other plugin
  2. run zgen save

If you use my ZPM

  • Add zpm load zpm-zsh/new-file-from-template into your .zshrc

TODO:

  • - Add more templates

About

ZSH plugin who create file from template

License:GNU General Public License v3.0


Languages

Language:Shell 42.8%Language:HTML 37.4%Language:JavaScript 19.9%