EFC is a CLI application that helps create a template file of any programing language.
The software is easy to use, for example typing efc file example python
in your console you will create a file named example.py
or better than this
typing efc project example python
you will create a Python project with a Main.py
file and others things inside, like requirements.txt
.
The software is really tiny, powerfull and totaly made with python! It only consume less than 20Kb at Linux systems.
For while the software only work on Linux, so I need help to port this software to Windows and Mac OS. Anyway give me a issue if you have any idea about.
Just run this:
# Clone the repository
git clone https://github.com/Samuel-de-Oliveira/easyFileCreator
# Then change the directory
cd easyFileCreator
# and finally run the installer:
./install.sh
I'm accepting any issue or pull request for revision, so feel free to share your idea with us.
Just type efc -?
for the command list updated