LICA-UFAL / MPL

Model Processing Library
MIT License
1 stars 0 forks source link

Add create project function to script CLI #1

Open jadsonlucio opened 5 years ago

jadsonlucio commented 5 years ago

That functionality will create project scaffold based on user answers or pre-defined config file. The following questions will be asked to user:

  1. Project name
  2. Project language
  3. Author name
  4. Author email

The project folder created will contain the following files:

Doc for the libs that will be used: Used to script cli interaction: click - doc. Used to create project scaffold: pyscaffoldext - doc.

jadsonlucio commented 5 years ago

I added the first cli script structure on Commit 5214ff788bbe2977331c5a0ab4d4503bcebf9c01.