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.
- Host: GitHub
- URL: https://github.com/thesayyn/no
- Owner: thesayyn
- Created: 2022-08-14T01:53:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T21:32:06.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:32:21.491Z (about 1 year ago)
- Topics: ci, docker, dockerless, go-containerregistry, ko, nodejs, oci, podman
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 56
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
[](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)