/pyproj

Shell script to initialise a new python project.

Primary LanguageShell

pyproj

Shell script to initialise a new python project.

  • creates a new python virtual environment.
  • adds a main python file.
  • adds .ftpconfig, .ftpignore (used with Atom + remote-ftp)
  • .gitignore

Installation

You may want to symlink with:

ln -s `pwd`/pyproj.sh /usr/local/bin/pyproj