- Notifications
You must be signed in to change notification settings - Fork0
Create project file/directory structure from data + template definition.
License
CGI-FR/emporte-piece
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Create project file/directory structure from data + template definition.
Example
$ep template< context.yml8:41AM INF start color=auto debug=false log-json=false verbosity=info8:41AM INF generating MyProject from=template/{{projectName}}8:41AM INF generating MyProject/mask from=template/{{projectName}}/mask8:41AM INF generating MyProject/mask/masking_TABLE1.yml from=template/{{projectName}}/mask/masking_{{$[-2].tables.[].name}}.yml8:41AM INF generating MyProject/mask/masking_TABLE2.yml from=template/{{projectName}}/mask/masking_{{$[-2].tables.[].name}}.yml8:41AM INF generating MyProject/pseudo_MyProject.sh from=template/{{projectName}}/pseudo_{{$[-2].projectName}}.sh8:41AM INF end return=0
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Copyright (C) 2023 CGI France
emporte-piece is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.
emporte-piece is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.
You should have received a copy of the GNU General Public Licensealong with emporte-piece. If not, seehttp://www.gnu.org/licenses/.
About
Create project file/directory structure from data + template definition.