Project

atli

0.0
No commit activity in last 3 years
No release in over 3 years
Atli is a fork of Thor that's better or worse.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.3.12
 Project Readme

Atli

Gem Version Build Status

Description

Thor is a simple and efficient tool for building self-documenting command line utilities.

Atli is a fork of Thor that adds some stuff. For the time being, it intends to be a drop-in replacement, though this might change at some point in the future.

This means that Alti still uses the Thor name and file-space. You require it like

require 'thor'

and use it exactly like you would Thor.

As you may suspect, this is likely to wreck havoc if you have real Thor installed as well. Please choose one.

Installation

gem install atli

Usage and documentation

At some point, I'd like to document the additional features that Atli introduces on top of Thor, and even perhaps add general documentation with greater coverage and detail than what is available for Thor (sparse documentation is probably it's weakest point when getting started), but for now all you've got is the Thor wiki and Thor homepage.

Contributing

If you would like to help, please read the CONTRIBUTING file for suggestions.

License

Released under the MIT License. See the LICENSE file for further details.