From 44a996c845ffa57949c2f93e6746ed234d16ce20 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Mon, 6 Jan 2014 22:56:02 +0100 Subject: [PATCH] Updated readme file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8bc0437..6303b7c 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ MoaiUtils ========= Utilities for the Moai SDK + +At one point, MoaiUtils will become a collection of useful command-line utilities for people using the Moai SDK (http://getmoai.com/). For now, it consists of a single tool, CreateApiDescription. + +CreateApiDescription +-------------------- + +Given a local copy of the Moai source code, this tool will extract all kinds of information from the code and its comments. It will then generate a code-completion file for ZeroBrane Studio (http://studio.zerobrane.com/). Using this file, you'll get far superior code completion for Moai than with the built-in support. For command-line options, just call the executable without any arguments. \ No newline at end of file