An open API service indexing awesome lists of open source software.

https://github.com/ivgtr/tepy

シンプルにプロジェクトの環境構築をする為のshell script
https://github.com/ivgtr/tepy

bash shell template zsh

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          


tepy


tepy is simple environment setup script.


---

### Installation

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

1. Clone the repository:
```console
$ git clone https://github.com/ivgtr/tepy.git "${HOME}/.tepy"
```

2. Add source tepy in `.zshrc` or `.bashrc`:
```sh
source "${HOME}/.tepy/main.sh"
```

3. Reload `.zshrc` or `.bashrc`:
```console
$ source "${HOME}/.zshrc"
```

### Updating

To pull the latest changes:
```console
$ 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:
```console
$ 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](https://github.com/ivgtr)

[![Twitter Follow](https://img.shields.io/twitter/follow/mawaru_hana?style=social)](https://twitter.com/mawaru_hana) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Donate](https://img.shields.io/badge/%EF%BC%84-support-green.svg?style=flat-square)](https://www.buymeacoffee.com/ivgtr)