Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
Added mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeweb committed Aug 18, 2010
1 parent 5de3dc0 commit 370f98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions startproject.el
Expand Up @@ -29,6 +29,7 @@
(defvar project-starters
(make-hash-table :test 'equal))

(puthash "anything" "mkdir" project-starters)
(puthash "django" "django-admin.py startproject" project-starters)
(puthash "pylons" "paster create -t pylons" project-starters)
(puthash "sproutcore" "sc-init" project-starters)
Expand Down

0 comments on commit 370f98c

Please sign in to comment.