1
0
mirror of synced 2024-11-25 18:54:23 +01:00
Go to file
2018-02-06 20:14:11 -05:00
CONTRIBUTING.md add no code 2018-02-06 15:55:16 -08:00
LICENSE add no code 2018-02-06 15:55:16 -08:00
README.md Simplify docker build process 2018-02-06 20:14:11 -05:00

No Code

No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.

Getting Started

Start by not writing any code.

echo "" > /dev/null

This is just an example application, but imagine it doing anything you want. Adding new features is easy too:

echo "" > /dev/null

The possibilities are endless.

Building the Application

Now that you have not done anything it's time to build your application:

$

Yep. That's it. You should see the following output:

$

Deploying

While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.

$

It's that simple. And when it comes time to scale the application, all you have to do is:

$

I know right?

Dockerize No Code

Build an image. It will work even without Docker.

docker build . > /dev/null 2>&1

That's it.

Contributing

You don't.