summaryrefslogtreecommitdiff
path: root/yaksh/scripts/project_detail.py
AgeCommit message (Collapse)Author
2017-02-02Cleanup yaksh script: fixes #195.Prabhu Ramachandran
- `yaksh create_demo` now just takes a path and there is no project name. - `yaksh run_demo` is now `yaksh run path_to_demo`. - This eliminates the need for the annoying `project_detail.py`, which is now removed. - Many demo projects can be created and run. - Update the README.
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar