Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/osantana/development-guidelines

Guidelines for Software Development Projects
https://github.com/osantana/development-guidelines

api documentation guidelines process software-engineering

Last synced: 23 days ago
JSON representation

Guidelines for Software Development Projects

Awesome Lists containing this project

README

        

# Development Guideline

Guidelines for Software Development Projects

## Setup

```
$ python -m venv .venv
$ .venv/bin/pip install -r requirements.txt
```

## Build

Sphinx can generate different formats. To see a list of options:

```
$ make
```

Then run:

```
$ make [format]
```

## History

This document is a mix of different documents that I created at companies where
I used to work.

This document is incomplete, with parts in Brazilian Portuguese, and lots of
'TODOs'.