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

https://github.com/jacksonbicalho/ssldev

Servidor https de desenvolvimento
https://github.com/jacksonbicalho/ssldev

https server ssl ssl-certificates web

Last synced: 26 days ago
JSON representation

Servidor https de desenvolvimento

Awesome Lists containing this project

README

          



npm version
 

ssldev is released under the MIT license.
 

format and tests
 

# `ssldev` - Servidor https para ser usado durante desenvolvimento

`ssldev` é uma ferramenta simples de ser usada que resolve principalmente as dificuldades de lidar com desenvolvimento de PWAs.

## Instalação

```bash
npm install --save-dev ssldev
```

Ou

```bash
yarn add --dev ssldev
```

## Comandos

Insira em scripts

```json
"scripts": {
"ssldev": "npx ssldev"
},
```

## Comandos

`ssldev` responde aos seguintes comandos:

| **Opções** | **Descrição** |
| :------------- | :------------------------ |
| `-v --version` | output the version number |
| `-h --help` | display help for command |

| **Comando** | **Descrição** |
| :----------------- | :----------------------- |
| `-v --version` | Shows the help dialog |
| `setup` | generate config file |
| `start` | start server https |
| `mkcert` [options] | generate ssl keys |
| `help` [command] | display help for command |

## Importante!

Quando você executar `mkcert`, será obrigado a usar uma senha de sudo.

## Tests

### [COVERAGE.md](COVERAGE.md)