create my_cool_extension/test/sql/base.sql
You can start creating an extension with or without version control. By default `pgxn-utils`
-supports (git)[http://git-scm.org] but it will not create a repository unless you use `--git`
+supports [git](http://git-scm.org) but it will not create a repository unless you use `--git`
option in the skeleton task.
$ pgxn-utils skeleton my_cool_versioned_extension --git
#{format_cmd_output("skeleton my_cool_extension -p /tmp")}
You can start creating an extension with or without version control. By default `pgxn-utils`
-supports (git)[http://git-scm.org] but it will not create a repository unless you use `--git`
+supports [git](http://git-scm.org) but it will not create a repository unless you use `--git`
option in the skeleton task.
$ pgxn-utils skeleton my_cool_versioned_extension --git