Skip to content
/ tepy Public template

シンプルにプロジェクトの環境構築をする為のshell script

Notifications You must be signed in to change notification settings

ivgtr/tepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tepy

tepy is simple environment setup script.


Installation

tepy will work with any recent release of Zsh or Bash.

  1. Clone the repository:

    $ git clone https://github.com/ivgtr/tepy.git "${HOME}/.tepy"
  2. Add source tepy in .zshrc or .bashrc:

    source "${HOME}/.tepy/main.sh"
  3. Reload .zshrc or .bashrc:

    $ source "${HOME}/.zshrc"

Updating

To pull the latest changes:

$ cd "${HOME}/.tepy"
$ git pull

Usage

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

Add a Template

We do not provide a template, so you will have to add your own.

Add the template under "${HOME}/.tepy/template"

License

MIT ©ivgtr

Twitter Follow MIT License Donate

About

シンプルにプロジェクトの環境構築をする為のshell script

Topics

Resources

Stars

Watchers

Forks