feat(make.py): make.py is now a dotfile
icyphox icyph0x@protonmail.com
Thu, 22 Mar 2018 15:24:07 +0530
2 files changed,
1 insertions(+),
7 deletions(-)
M
vite/vite.py
→
vite/vite.py
@@ -40,7 +40,7 @@ os.mkdir(os.path.join(path, 'pages'))
os.mkdir(os.path.join(path, 'templates')) create_config(path) os.symlink(os.path.join(cur_path, 'make.py'), - os.path.join(abs_path, 'make.py')) + os.path.join(abs_path, '.make.py')) print(good('Created project directory at %s.' % (abs_path))) except FileExistsError: print(bad('Error: specified path exists.'))