Skip to content

EFC is a CLI application that helps create a template file of any programing language.

License

Notifications You must be signed in to change notification settings

Samuel-de-Oliveira/easyFileCreator

Repository files navigation

Easy File Creator (EFC)

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.

How to install?

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.

Linux

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

Contribuition

I'm accepting any issue or pull request for revision, so feel free to share your idea with us.

Commands

Just type efc -? for the command list updated

Created by @Samuel-de-Oliveira