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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 terminal or prompt you will create a file named example.py.

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:

# Copy the repo
git clone https://github.com/Samuel-de-Oliveira/easyFileCreator

# Enter in directory
cd easyFileCreator

# Run the install file:
./install.sh

Contribuition

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

It Runs with Lua or with Python?

The functional version works with Python, but I'm creating a Beta version using Lua, well to see more about check here

Commands

Just type efc -? for the command list updated

Created by @Samuel-de-Oliveira