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

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

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 | [![Build status](https://ci.appveyor.com/api/projects/status/ml0ktjidsvop9ods/branch/master?svg=true)](https://ci.appveyor.com/project/erlimar/bit/branch/master) | [![Build Status](https://travis-ci.org/e5r/bit.svg?branch=master)](https://travis-ci.org/e5r/bit)
develop | [![Build status](https://ci.appveyor.com/api/projects/status/ml0ktjidsvop9ods/branch/develop?svg=true)](https://ci.appveyor.com/project/erlimar/bit/branch/develop) | [![Build Status](https://travis-ci.org/e5r/bit.svg?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)