项目作者: askonomm

项目描述 :
Minimal, effective to-do lists for iOS written in Swift
高级语言: Swift
项目地址: git://github.com/askonomm/bruno.git
创建时间: 2020-11-08T20:38:25Z
项目社区:https://github.com/askonomm/bruno

开源协议:MIT License

下载


Bruno

Release

A Jekyll-esque static site generator written in Clojure that, unlike most static site generators, uses Clojure for
templating as well thus being the perfect static site generator for those who love Clojure, or who would love to do
some actual programming in their templating.

Install

Locally

  1. curl -s https://raw.githubusercontent.com/askonomm/bruno/master/install.sh | bash -s

You can then run Bruno as ./bruno, given that the Bruno executable is in the current working directory.

Globally

  1. curl -s https://raw.githubusercontent.com/askonomm/bruno/master/install.sh | bash -s -- -g

You can then run Bruno as bruno from anywhere.

Usage