This commit is contained in:
Ben Vanik 2012-10-08 10:57:13 -07:00
commit f8a4b1f208
1 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,18 @@ Features
* Extensible rule definitions
* Simple Python to add custom data formats or actions
JavaScript Bootstrap
--------------------
Want to use anvil in a new JavaScript project? This is the easiest way:
wget https://raw.github.com/gist/3814397/anvil-bootstrap.sh
chmod +x anvil-bootstrap.sh
./anvil-bootstrap.sh my-project mp "Your Name"
# this will create my-project/, git init, with 'mp' as the namespace for things
cd my-project/
anvil build :release
Getting Started
---------------