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
.zshrc
or.bashrc
:source "${HOME}/.tepy/main.sh"
-
Reload
.zshrc
or.bashrc
:$ source "${HOME}/.zshrc"
To pull the latest changes:
$ cd "${HOME}/.tepy"
$ git pull
tepy 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: 1
We do not provide a template, so you will have to add your own.
Add the template under "${HOME}/.tepy/template"
MIT ©ivgtr