Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 626 Bytes

lgtinit

lgtinit is a script that initializes basic Logtalk project scaffolding from some template files.

To install lgtinit please run:

$ ./configure --prefix=PREFIX_PATH
$ make install

Run make install with the appropriate permissions for your specified path. Template files will be installed in the share directory of PREFIX_PATH, and the executable will be installed to the bin directory of PREFIX_PATH.

usage

$ lgtinit.sh name_of_your_project

# the --git flag option initializes defaults for .gitignore and initializes a git project
$ lgtinit.sh --git name_of_your_project