https://github.com/e5r/bit
ENV evoluiu pra DEV que evoluiu pra BIT
https://github.com/e5r/bit
comando dotnet dotnet-core dotnet-standard dotnetcore ferramentas
Last synced: 2 months ago
JSON representation
ENV evoluiu pra DEV que evoluiu pra BIT
- Host: GitHub
- URL: https://github.com/e5r/bit
- Owner: e5r
- License: apache-2.0
- Created: 2017-10-03T19:18:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T20:51:44.000Z (over 6 years ago)
- Last Synced: 2025-01-25T08:11:17.396Z (4 months ago)
- Topics: comando, dotnet, dotnet-core, dotnet-standard, dotnetcore, ferramentas
- Language: C#
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E5R.Tools.Bit
Uma ferramenta mínima, extensível, independente e auto-suficiente para o desenvolvimento de software multiplataforma.
## Premissas:
* Ser o mínimo necessário para possibilitar portabilidade a vários sistemas operacionais, e leve o suficiente para um bootstrap rápido;
* Ser extensível para que se possa adicionar funcionalidades o quanto for necessário, sustentando inclusive uma comunidade e ecossistema;
* Ser independente de pré-requisitos de software, a não ser os essenciais: Shell e Internet;
* Ser auto-suficiente para que resolva suas dependências e extensões na execução de um único script shell sem argumentos;
## Build
### Build Status
Branch | AppVeyor | Travis-CI
------ | -------- | ---------
master | [](https://ci.appveyor.com/project/erlimar/bit/branch/master) | [](https://travis-ci.org/e5r/bit)
develop | [](https://ci.appveyor.com/project/erlimar/bit/branch/develop) | [](https://travis-ci.org/e5r/bit)### Building on Windows:
```powershell
# Show help information
$ .\build-coreclr.ps1 --help# Show build options
$ .\build-coreclr.ps1 --showdescription
```### Building on Unix:
```sh
# Show help information
$ ./build-coreclr.sh --help# Show build options
$ ./build-coreclr.sh --showdescription
```> Mais detalhes nos arquivos [IDEA.md.](IDEA.md) e [DRAFT.md](DRAFT.md)