Pkg types - TypeScript
https://github.com/unjs/pkg-types 11Pkg types - TypeScript Similar Projects List
Get tsconfig - TypeScript
9
get-tsconfig Find and/or parse the tsconfig.json file from a file or directory path. Features Uses TypeScript API under the hood so it's guaranteed to
Goapi gen - Go
9
This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions. OpenAPI Client and Server Code Generator ⚠️ ⚠️ ⚠️ We are currently making large, breaking refactor changes. As such, this library may be in flux until
Common utils
3
? Common Kotlin utilities made for my personal usage, comes with SLF4J utilities, common extensions, ansi-colours, common Gradle utilities, and more. ? common-utils Common Kotlin utilities made for my personal usage, comes with SLF4J utilities, common extensions, ansi-colours, common Gradle utiliti
Node typescript boilerplate - TypeScript
1.5k
Minimalistic project template to jump start a Node.js back-end application in TypeScript. TSLint, Jest and type definitions included.
node-typescript-boilerplate
??? Developer Ready: A comprehensive template. Works out of the box for most Node.js projects.
?? Instant Value: All basic tools included and configured:
TypeScript 3.8
ESLint with
Swagger to ts mods - JavaScript
4
parse swagger document into typescript definitions and api methods. 欢迎使用 swagger-to-ts-mods ? 中文文档 | English swagger-to-ts-mods 根据 swagger文档生成typescript类型声明及api调用函数 安装 # 使用 npm
npm install swagger-to-ts-mods
# 使用 yar
Schemats - TypeScript
907
Generate typescript interface definitions from SQL database schema.
Schemats
Using Schemats, you can generate TypeScript interface definitions from (Postgres, MySQL) SQL database schema automatically.
Start with a database schema:
Users
id
SERIAL
username
Tsd - JavaScript
1.3k
tsd
Check TypeScript type definitions
Install
$ npm install tsd
Usage
Let's assume we wrote a index.d.ts type definition for our concat module.
declare const concat: {
(value1: string, value2: s
Reacty yew - JavaScript
13
reacty_yew - Generate Yew components from React component Typescript type definitions This is a proof of concept for automatically generating Yew comp
Better typescript lib - TypeScript
48
An alternative TypeScript standard library with better type definitions.
Bun types - TypeScript
51
TypeScript type definitions for Bun's JavaScript runtime APIs. Bun TypeScript type definitions These are the type definitions for Bun's JavaScript runtime APIs. Installation Install the bun-types npm package: # ya
NTypeScript - JavaScript
31
A C# wrapper for TypeScript - Compile TypeScript from C#, embed the TypeScript compiler in your .NET apps.
NTypeScript / TypeScript.NET
A C#/.NET wrapper for TypeScript
License: MIT
Features
Compile TypeScript from C#
Execute compiled JavaScript with built-in JurassicJS Engine
Asynchronous API
Can run latest Type
Go jsonschema - Go
218
A tool to generate Go data types from JSON Schema definitions. go-jsonschema is a tool to generate Go data types from JSON Schema definitions.
This tool generates Go data types and structs that corresponds to definitions in the schema, along with unmarshaling code that validates the input JSON accordi
Jsontypedef - JavaScript
9
jsontypedef Syntactic sugar for creating JSON Type Definitions (RFC 8927). All types from Learn JSON Typedef in 5 Minutes are covered, preserving orig
Ecoleta - TypeScript
6
App: Frontend using Typescript + ReactJS + React Native, and Backend using Node.js + Express + Typescript. ?? Ecoleta is a project developed based on the International Environment Week. The goal is to connect people to companies that collect specific waste, such as light bulbs, batteries, etc.
Jsonapi - Go
36
Package jsonapi provides utilities for converting Go data to/from the JSON API format detailed at http://jsonapi.org.
jsonapi
Package jsonapi converts Go data to and from the JSON API format.
go get -u github.com/smotes/jsonapi
Overview
The JSON API specification has strict requirements on the structure of any JSON request/resp