tepy will work with any recent release of Zsh or Bash.
-
Clone the repository:
$ git clone https://github.com/ivgtr/tepy.git "${HOME}/.tepy" -
Add source tepy in
.zshrcor.bashrc:source "${HOME}/.tepy/main.sh"
-
Reload
.zshrcor.bashrc:$ source "${HOME}/.zshrc"
To pull the latest changes:
$ cd "${HOME}/.tepy"
$ git pulltepy will directory structure under "${HOME}/.tepy/template" and copy it to the current directory.
Start tepy command, select the template you want to copy.
example:
$ tepy
1) typescript 2) react
Please select a number: 1We do not provide a template, so you will have to add your own.
Add the template under "${HOME}/.tepy/template"
MIT ©ivgtr