1
0
mirror of synced 2025-06-19 05:07:33 +02:00
nocode/README.md
Alejandro Revilla 3ae26ab684 added 100% test coverage
closes #22
2018-02-06 21:42:56 -03:00

70 lines
1.0 KiB
Markdown

# 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:
```
$
```
### Testing
```
$ time echo "Tests completed"
```
You should see the following output:
```
Tests completed
real 0m0.000s
user 0m0.000s
sys 0m0.000s
```
### 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?
## Contributing
You don't.