Skip to content

eazar001/lgtinit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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