From b68884757c00a02886a41dcb29971f89354d9cd5 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Thu, 2 Feb 2017 23:33:43 +0530 Subject: Cleanup yaksh script: fixes #195. - `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. --- yaksh/scripts/project_detail.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 yaksh/scripts/project_detail.py (limited to 'yaksh/scripts/project_detail.py') diff --git a/yaksh/scripts/project_detail.py b/yaksh/scripts/project_detail.py deleted file mode 100644 index 583e9f4..0000000 --- a/yaksh/scripts/project_detail.py +++ /dev/null @@ -1,2 +0,0 @@ -NAME = None -PATH = None -- cgit