A simple command-line tool to create Asana projects from a template.
Asana Project Creator requires asana
and typhoeus
. To install, run sudo gem install asana typhoeus
.
You'll also need to create a config file. Copy config.sample.yaml
to config.yaml
and add your API key and other details.
First create your template(s) within the templates
director. Use templates/example.rb
as a starting point.
Once you've created your templates simply run ruby creator.rb
from the project root folder and follow the on-screen instructions.