Skip to content

Instantly share code, notes, and snippets.

@ponyatov
Last active August 18, 2016 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ponyatov/88171f4a67111bc7dee6914c6b54b1d1 to your computer and use it in GitHub Desktop.
Save ponyatov/88171f4a67111bc7dee6914c6b54b1d1 to your computer and use it in GitHub Desktop.
rem first create your project on github & clone it locally
git clone -o gh git@github.com:ponyatov/skelex.git
rem create project files
cd skelex
touch src.src log.log ypp.ypp lpp.lpp hpp.hpp cpp.cpp Makefile .gitignore bat.bat
rem create (g)vim helper for windows
echo @gvim -p src.src log.log ypp.ypp lpp.lpp hpp.hpp cpp.cpp Makefile .gitignore bat.bat >> bat.bat
rem start (g)vim
bat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment