In this repo you will find several templates to get you started with various integrations with Less in different programming languages.
All folders in the root of this directory are functioning Less projects. To get started quickly, clone the repo, cd
into the desired integration folder, and deploy. It's that easy!
Here's an example:
git clone [email protected]:chuva-io/less-templates.git
cd postgres
less-cli deploy YOUR_PROJECT_NAME
You can download the Less CLI here:
In all of the examples you can expect the following:
- The integrations will be created as shared modules (in the
/less/shared
folder), allowing them to be easily copied and used in your own projects. - There will be a
GET /hello/{LANGUAGE}
(e.g. GET /hello/py) route for each programming language (in the/less/apis/demo/hello
folder).