GRP99 / Template-multi-file_or_directory

Practical work framed and developed in the course of Scripting in Natural Language Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template multi-file or multi-directory

Scripting in Natural Language Processing

For several software projects, solutions involving several files, several folders are common. Example: a file, a makefile, a manual, an example folder, etc.

mkfromTemplate

Program "mkfromTemplate" is capable of accepting a project name, and a description file of a template-multi-file and which creates the project's initial files and folders.

The template includes:

  • metadata (author, email) to replace in the following elements
  • tree (directory structure and smells to be created)
  • template of each file

How to run:

$ python mkfromTemplate.py $template_file $project_name

mkfromDirectory

The "mkfromDirectory" program is capable of accepting files and folders from a project and generating a multi-file template for these parameters.

The directory includes:

  • file "meta" with metadata
  • files and folders

How to run:

$ python mkfromDirectory.py $path_folder

Team

Gonçalo Pinto Etienne Costa Luís Ribeiro
Gonçalo Pinto Etienne Costa Luís Ribeiro
February 2021 - July 2021

About

Practical work framed and developed in the course of Scripting in Natural Language Processing


Languages

Language:Python 96.4%Language:Shell 3.6%