Skip to content

stratema/amentum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amentum

Amentum, a toolkit for Hoplon Web Development

Documentation

A (not yet) full set of examples of how Amentum is used can be found here.

Dependencies

Usage

Developing with Amentum

  1. Start the dev task. In a terminal run:

    $ boot dev

    This will automatically build Amentum, create a jar and install that in your local maven repository as Amentum is not yet in Clojars.

  2. You can then require Amentum in your project as normal by requiring

    [stratema/amentum "0.1.0-SNAPSHOT"]
    

    in your build.boot or project.clj file.

Developing Amentum itself

  1. Start the docs task. In a terminal run:

    $ boot docs
    

    Go to http://localhost:3020 in your browser. You should see the welcome page of the Amentum documentation site. Boot is configured to automatically reload changes made to Amentum core or the docs site in your browser.

License

Copyright © 2017, Stratema Ltd.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published