GitXplorerGitXplorer
t

no

public
57 stars
3 forks
0 issues

Commits

List of commits on branch main.
Unverified
95f6ac53267c258b6bc067fda14f5b950865b71a

chore: add funding

tthesayyn committed 2 years ago
Unverified
65f35ba646e0916203c88699c30a44c84f24f962

Merge branch 'main' of github.com:thesayyn/no

tthesayyn committed 2 years ago
Unverified
c2f7b4e48b7233728538d0641a1497ebf2f9f617

feat: implement publishing

tthesayyn committed 2 years ago
Verified
66f805dd059c275e4bdd42d577847849e3da61bc

docs: add roadmap

tthesayyn committed 2 years ago
Unverified
537208aa73bdd8bc8e2d77a18dbc158359027b80

feat: implement caching

tthesayyn committed 2 years ago
Unverified
4823841b0888bfda44a9f6beac87a48e1fb054c6

feat: implement build and run

tthesayyn committed 2 years ago

README

The README file for this repository.

no: simple nodejs containers

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

asciicast

Roadmap

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

Heavily inspired from ko