Fabula Save

Minimalist server scripts.

Project README

Fabula

Minimalist server configuration and task management.

Go straight to the full documentation if you'd like.

Or read the introductory blog post.

Introduction

At its core, Fabula is a simple Bash script preprocessor and runner. It lets you run scripts locally and on remote servers. Fabula (latin for story) is inspired by Python's Fabric.

<fabula>
export default {
  docsDir: {
    local: './docs',
    remote: '/remote/path/www' 
  }
}
</fabula>

<commands>
local vuepress build <%= docsDir.local %>
put <%= docsDir.local %>/.vuepress/dist/ <%= docsDir.remote %>
sudo service nginx restart
</commands>

Inspired by Vue, it lets you keep settings and commands in concise single-file components.

Please refer to the full documentation to learn more.

Meta

Created by Jonas Galvez.

Open Source Agenda is not affiliated with "Fabula" Project. README Source: galvez/fabula
Stars
54
Open Issues
11
Last Commit
3 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating