Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okhiroyuki/docker-cordova


https://github.com/okhiroyuki/docker-cordova

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# docker-cordova

## Build

```zsh
docker compose build
```

## Attach

```zsh
docker compose up -d
docker compose exec cordova bash
docker compose down
```

## Development

use devcontainer

### lint

```zsh
task lint
```

### format

```zsh
taks fmt
```