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

https://github.com/thesayyn/no

Easy NodeJS containers.
https://github.com/thesayyn/no

ci docker dockerless go-containerregistry ko nodejs oci podman

Last synced: 2 months ago
JSON representation

Easy NodeJS containers.

Awesome Lists containing this project

README

        

# no: simple nodejs containers

`no` can containerize nodejs projects without needing a `Dockerfile` or docker installed on your system.

[![asciicast](https://asciinema.org/a/gMggXsWgL3Hg3ypvRWzyomH8e.svg)](https://asciinema.org/a/gMggXsWgL3Hg3ypvRWzyomH8e)

## Roadmap

- `no run ` to containerize and run a node script via locally installed runtime such as `docker` or `podman`. `done`
- `no build ` to containerize and save to local daemon. `done`
- `no publish ` to containerize and publish the application image to a remote registry. `tbd`

### Heavily inspired from [ko](https://github.com/google/ko)