https://github.com/e5r/env
E5R Environment
https://github.com/e5r/env
Last synced: 2 months ago
JSON representation
E5R Environment
- Host: GitHub
- URL: https://github.com/e5r/env
- Owner: e5r
- License: mit
- Created: 2014-09-21T18:50:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T21:57:47.000Z (about 10 years ago)
- Last Synced: 2025-01-25T08:11:01.508Z (4 months ago)
- Language: JavaScript
- Homepage: http://e5r.github.io/env
- Size: 1.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
E5R Environment
===============> Uma coleção de scripts para automação de tarefas de ambiente, para E5R Development Team.
* [Saiba mais sobre a arquitetura](doc/ARCHITECTURE.md)
* [Guia do Usuário](doc/USERGUIDE.md)
* [Notas de Lançamento](https://github.com/e5r/env/releases/tag/v0.1.0-alpha2) da versão **0.1.0-alpha2**## Instalação
### Windows 7/8 ou superior
Execute um dos códigos abaixo em seu shell favorito.
#### Prompt de Comando
```cmd
bitsadmin /TRANSFER "Installing E5R Env..." "https://github.com/e5r/env/raw/v0.1.0-alpha2/e5r-install.cmd" "%CD%\e5r-install.cmd" && "%CD%\e5r-install.cmd" && del "%CD%\e5r-install.cmd"
```
#### PowerShell```powershell
(new-object system.net.webclient).downloadfile("https://github.com/e5r/env/raw/v0.1.0-alpha2/e5r-install.ps1","$pwd\\e5r-install.ps1");iex "$pwd\\e5r-install.ps1";del "$pwd\\e5r-install.ps1"
```### ~~Unix like~~
(em breve)
## Problemas?
Caso encontre algum problema durante a instalação, ou até mesmo durante a utilização da ferramenta, [abra um incidente](https://github.com/e5r/env/issues).
## Métricas
[](https://waffle.io/e5r/env/metrics)
[](http://waffle.io/e5r/env) [](http://waffle.io/e5r/env)