less-templates

所属分类:微服务
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-10-19 16:37:05
上 传 者sh-1993
说明:  在本报告中,您将找到几个模板,帮助您开始使用不同编程语言中的Less进行各种集成。
(In this repo you will find several templates to get you started with various integrations with Less in different programming languages.)

文件列表:
aws_dynamodb/ (0, 2023-10-19)
aws_dynamodb/images/ (0, 2023-10-19)
aws_dynamodb/images/aws_dynamodb.svg (1384, 2023-10-19)
aws_dynamodb/less.config (64, 2023-10-19)
aws_dynamodb/less/ (0, 2023-10-19)
aws_dynamodb/less/apis/ (0, 2023-10-19)
aws_dynamodb/less/apis/demo/ (0, 2023-10-19)
aws_dynamodb/less/apis/demo/hello/ (0, 2023-10-19)
aws_dynamodb/less/apis/demo/hello/js/ (0, 2023-10-19)
aws_dynamodb/less/apis/demo/hello/js/get.js (315, 2023-10-19)
aws_dynamodb/less/shared/ (0, 2023-10-19)
aws_dynamodb/less/shared/dynamodb_client_js/ (0, 2023-10-19)
aws_dynamodb/less/shared/dynamodb_client_js/index.js (494, 2023-10-19)
aws_dynamodb/package.json (71, 2023-10-19)
mongodb/ (0, 2023-10-19)
mongodb/images/ (0, 2023-10-19)
mongodb/images/mongodb.svg (1188, 2023-10-19)
mongodb/less.config (52, 2023-10-19)
mongodb/less/ (0, 2023-10-19)
mongodb/less/apis/ (0, 2023-10-19)
mongodb/less/apis/demo/ (0, 2023-10-19)
mongodb/less/apis/demo/hello/ (0, 2023-10-19)
mongodb/less/apis/demo/hello/js/ (0, 2023-10-19)
mongodb/less/apis/demo/hello/js/get.js (392, 2023-10-19)
mongodb/less/apis/demo/hello/py/ (0, 2023-10-19)
mongodb/less/apis/demo/hello/py/get.py (350, 2023-10-19)
mongodb/less/shared/ (0, 2023-10-19)
mongodb/less/shared/mongodb_client_js/ (0, 2023-10-19)
mongodb/less/shared/mongodb_client_js/index.js (780, 2023-10-19)
mongodb/less/shared/mongodb_client_py/ (0, 2023-10-19)
mongodb/less/shared/mongodb_client_py/__init__.py (463, 2023-10-19)
mongodb/package.json (52, 2023-10-19)
mongodb/requirements.txt (8, 2023-10-19)
postgres/ (0, 2023-10-19)
postgres/images/ (0, 2023-10-19)
postgres/images/postgres.svg (7156, 2023-10-19)
... ...

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: ```shell git clone git@github.com:chuva-io/less-templates.git cd postgres less-cli deploy YOUR_PROJECT_NAME ``` You can download the Less CLI here: [![npm version](https://badge.fury.io/js/@chuva.io%2Fless-cli.svg)](https://badge.fury.io/js/@chuva.io%2Fless-cli) In all of the examples you can expect the following: 1. 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. 2. There will be a `GET /hello/{LANGUAGE}` (e.g. GET /hello/py) route for each programming language (in the `/less/apis/demo/hello` folder). --- # Integrations ## Dynamodb - [README](./aws_dynamodb/) - [Javascript client code](./aws_dynamodb/less/shared/dynamodb_client_js/index.js) ## Mongodb - [README](./mongodb/) - [Javascript client code](./mongodb/less/shared/mongodb_client_js/index.js) - [Python client code](./mongodb/less/shared/mongodb_client_py/__init__.py) ## Postgres - [README](./postgres/) - [Javascript client code](./postgres/less/shared/postgres_client_js/index.js)

近期下载者

相关文件


收藏者