Simple AWS Lambda deployment tool using AWS SDK v3
Get, query, and read such as package workspaces via NPM/PNPM.
> config your express routes to have role and attribute based access control.
OpenSearch (ElasticSearch) init for AC apps
Show structured files and folders from the terminal
Cypress bindings for jest-image-snapshot.
No description provided.
poker hand ranking program
A carousel component for Vue.js
Zip / Unzip
Beautiful changelog based on Techor's conventional commits
나눔스퀘어OTF_ac typeface
CLI para microdados DATASUS — download, decodificação e agregação com saída JSON/JSONL
A monorepo ecosystem integrating first-class packages and build systems 📦
This module sends unified support payloads to SQS. A dedicated service (not part of the connector) then processes those SQS messages and delivers the support messages to different channels (e.g. Teams, a helpdesk, etc)
AI-facing Lark Bitable CLI for bug triage and evidence-backed reports.
다음 지도를 래핑한 Vue.js 컴포넌트입니다.
A modern, reusable Angular component library for building consistent and beautiful user interfaces.
Homebridge plugin for Tadiran AC - Controlled by the Tuya Smart app
No description provided.
前端公共JS基础库,用于发布到公用CDN
Techor's semantic release config for publishing workspace packages
One-command installer for the trace-me-if-you-can Claude Code plugin. Copies trace-* slash commands and the trace-core skill into ~/.claude so they are available in every project.
``` npm i keystore_wdc; const KeyStore = require('keystore_wdc'); const ks = new KeyStore(); ``` #### 生成keystore ``` async function create(){ const keystore = await ks.Create("your password"); } ``` * 返回keystore,密码格式不正确返回-1。