1.0.1 • Published 4 years ago

fukn v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

FUKN (alias for proto-bin)

(AKA. "notdocker")

Supported AppsSupported?
Static HTML/CSS/JS✅
Node.jsComing Soon
Python🚫
Java🚫

WTF is Fukn?

Getting Started

Create a "proto.json"

Similar to Docker, Proto requires a Proto file, This should be named "proto.json" and live in your root directory

// proto.json
{
    "name": "your-app-namespace-here",

    // your build directory here
    "build": "build"
}

Push a proto image

fukn push

Pull a proto image

Found a Proto app that you like? Now you can pull it and deploy it too..

fukn pull <namespace-here>

Ã¥