Skip to content

Create custom default templates to use with lodspk.sh

alangrafu edited this page Aug 24, 2012 · 1 revision

It is possible to modify the default templates used by utils/lodspk.sh to create components. Simply go to utils/defaults, which should look something like:

utils/defaults/
├── service
│   ├── html.template
│   └── queries
│       └── main.query
└── type
    ├── html.template
    └── queries
        ├── po.query
        └── sp.query

Edit, add or remove all the files you want. Beware that for now, when creating a URI component (see Example: how to set up a uri) the content in type directory will be used.

What's next

Clone this wiki locally