gaeshi
Installation
-
Install Leiningen 1.5 or later.
-
Install the
gaeshi/kuzushi
pluginlein plugin install gaeshi/kuzushi 0.5.0
-
Make sure
~/.lein/bin
is in your path.echo "PATH=$PATH:$HOME/.lein/bin" >> ~/.profile . ~/.profile
-
Try it out!
gaeshi help
If all goes well you should see a helpful message printed in your console.
Usage
Creating a new Project
-
Gaeshi will create a boiler plate project structure for you.
gaeshi new my_new_project
-
Download/Install all the dependencies.
cd my_new_project lein deps
-
Start the development server
gaeshi server
License
Copyright (C) 2011 Micah Martin All Rights Reserved.
Distributed under the The MIT License.