# fabula **Repository Path**: mirrors_nuxt/fabula ## Basic Information - **Project Name**: fabula - **Description**: Minimalist server scripts. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Fabula

Minimalist server configuration and task management.

Go straight to the [full documentation][docs] if you'd like. Or read the [introductory blog post][post]. [post]: https://hire.jonasgalvez.com.br/2019/may/05/a-vuejs-inspired-task-runner/ # 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][f]. [f]: https://www.fabfile.org/ ```xml export default { docsDir: { local: './docs', remote: '/remote/path/www' } } local vuepress build <%= docsDir.local %> put <%= docsDir.local %>/.vuepress/dist/ <%= docsDir.remote %> sudo service nginx restart ``` Inspired by Vue, it lets you keep settings and commands in concise **single-file components**. Please refer to the [full documentation][docs] to learn more. [docs]: https://galvez.github.io/fabula/ ## Meta Created by [Jonas Galvez][jg]. [jg]: http://hire.jonasgalvez.com.br