Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.02 KB

File metadata and controls

30 lines (21 loc) · 1.02 KB

workflo/macros

Clojars Project Build Status

API documentation | Changes

A collection of Clojure and ClojureScript macros (and related utilities) for web and mobile development. The main goal of these macros is to provide all main, high-level building blocks of an application:

  • Data (defentity)
  • Permissions (defpermission)
  • Services (defservice)
  • Commands / Actions (defcommand)
  • Views (defview)
  • Screens (defscreen)

How the building blocks created using these macros are combined into working applications is left open. All macros provide hooks to make this as easy as possible.

License

workflo/macros is copyright (C) 2016-2017 Workflo, Inc.

Licensed under the MIT License.

For more information see the LICENSE file.