Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1005 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 1005 Bytes

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