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
- Host: GitHub
- URL: https://github.com/ivgtr/tepy
- Owner: ivgtr
- Created: 2021-01-07T02:56:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T02:57:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T22:42:12.052Z (over 1 year ago)
- Topics: bash, shell, template, zsh
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](https://twitter.com/mawaru_hana) [](LICENSE) [](https://www.buymeacoffee.com/ivgtr)