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.
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:
# Copy the repo
git clone https://github.com/Samuel-de-Oliveira/easyFileCreator
# Enter in directory
cd easyFileCreator
# Run the install file:
./install.sh
I'm accepting any issue or pull request for revision, so feel free to share your idea
The functional version works with Python, but I'm creating a Beta version using Lua, well to see more about check here
Just type efc -?
for the command list updated