All Projects → ts-lehre → Similar Projects or Alternatives

441 Open source projects that are alternatives of or similar to ts-lehre

Compodoc
📔 The missing documentation tool for your Angular, Nest & Stencil application
Stars: ✭ 3,567 (+25378.57%)
Mutual labels:  generator, jsdoc
docgen
The docs.json generator for discord.js and its related projects
Stars: ✭ 59 (+321.43%)
Mutual labels:  generator, jsdoc
jsdast
JSDoc Abstract Syntax Tree
Stars: ✭ 20 (+42.86%)
Mutual labels:  jsdoc, tsdoc
Esdoc
ESDoc - Good Documentation for JavaScript
Stars: ✭ 2,706 (+19228.57%)
Mutual labels:  jsdoc, esdoc
Jsdoc To Markdown
Generate markdown documentation from jsdoc-annotated javascript
Stars: ✭ 1,199 (+8464.29%)
Mutual labels:  generator, jsdoc
jsdoc-api
A programmatic interface for jsdoc3 with a few extra features
Stars: ✭ 55 (+292.86%)
Mutual labels:  jsdoc
yang-schematics
Yet Another Angular Generator - based on @schematics/angular
Stars: ✭ 16 (+14.29%)
Mutual labels:  generator
hypatia
Convert JavaScript doctrings (in jsdoc AST format) to ijavascript Jupyter Notebooks
Stars: ✭ 12 (-14.29%)
Mutual labels:  jsdoc
Casual
Fake data generator for javascript
Stars: ✭ 2,793 (+19850%)
Mutual labels:  generator
crafting
Website for generating Minecraft crafting recipe JSON files
Stars: ✭ 31 (+121.43%)
Mutual labels:  generator
roadifier
Open Source road mesh generator script for Unity
Stars: ✭ 30 (+114.29%)
Mutual labels:  generator
Companienv
Companion for .env files
Stars: ✭ 241 (+1621.43%)
Mutual labels:  generator
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+450%)
Mutual labels:  esdoc
metagraf
metaGraf is a opinionated specification for describing a software component and what its requirements are from the runtime environment. The mg command, turns metaGraf specifications into Kubernetes resources, supporting CI, CD and GitOps software delivery.
Stars: ✭ 15 (+7.14%)
Mutual labels:  generator
jsdoc-action
📖 GitHub Action to build JSDoc documentation
Stars: ✭ 61 (+335.71%)
Mutual labels:  jsdoc
simpleflakes
Fast and test-driven distributed 64-bit ID generation, using pure JavaScript, for Node.js.
Stars: ✭ 32 (+128.57%)
Mutual labels:  generator
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+1707.14%)
Mutual labels:  generator
username-generation-guide
A definitive guide to generating usernames for OSINT purposes
Stars: ✭ 38 (+171.43%)
Mutual labels:  generator
Api Generator
PHP-code generator for Laravel framework, with complete support of JSON-API data format
Stars: ✭ 244 (+1642.86%)
Mutual labels:  generator
wodle
Static site generator using next and tachyons
Stars: ✭ 29 (+107.14%)
Mutual labels:  generator
Generator
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
Stars: ✭ 237 (+1592.86%)
Mutual labels:  generator
soulsign-scripts
📝 一部分是个人为魂签制作的签到脚本,还有一些个人使用的签到脚本。
Stars: ✭ 50 (+257.14%)
Mutual labels:  jsdoc
Generate
A new command line tool and developer framework for scaffolding out GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Stars: ✭ 238 (+1600%)
Mutual labels:  generator
Anydlbot
An Open Source GPLv3 All-In-One Telegram Bot
Stars: ✭ 236 (+1585.71%)
Mutual labels:  generator
justgo
Skeleton for jump-starting a Go-powered microservice project with Docker and Go best-practices + easy code hot-reloading (for dev environments)!
Stars: ✭ 29 (+107.14%)
Mutual labels:  generator
python-lorem
🐍 Python library for the generation of random text that looks like Latin
Stars: ✭ 19 (+35.71%)
Mutual labels:  generator
Create Exposed App
App generator with everything exposed for maximum control (powered by TypeScript, ESBuild, Jest, ESLint, GitHub Actions, Prettier, and more)
Stars: ✭ 232 (+1557.14%)
Mutual labels:  generator
jsdoc-http-plugin
Document your http endpoints with JSDoc
Stars: ✭ 38 (+171.43%)
Mutual labels:  jsdoc
combustor
MVC code generator for the Codeigniter framework.
Stars: ✭ 31 (+121.43%)
Mutual labels:  generator
swagger-egg
Eggjs Swagger-UI API文档自动生成插件(如果喜欢请点赞支持)。Egg swagger documentation generator(welcome to star this project).
Stars: ✭ 31 (+121.43%)
Mutual labels:  jsdoc
codice fiscale
A Ruby gem that calculates the Italian Tax ID (Codice Fiscale)
Stars: ✭ 17 (+21.43%)
Mutual labels:  generator
jsdoc-syntax.vim
Standalone JSDoc syntax for vim
Stars: ✭ 17 (+21.43%)
Mutual labels:  jsdoc
mosaic-node-generator
Generate mosaic images in Node.
Stars: ✭ 25 (+78.57%)
Mutual labels:  generator
examplejs
A tool for converting example code into test cases
Stars: ✭ 44 (+214.29%)
Mutual labels:  jsdoc
tidy-jsdoc
A clean JSDoc3 template
Stars: ✭ 16 (+14.29%)
Mutual labels:  jsdoc
S2s
Coding time Compile. A tool to write code fastest.
Stars: ✭ 254 (+1714.29%)
Mutual labels:  generator
yii2-rest-doc
Yii2 REST doc generator
Stars: ✭ 35 (+150%)
Mutual labels:  generator
Fontedit
A desktop app to import, edit and export fonts as byte arrays for use in embedded systems
Stars: ✭ 251 (+1692.86%)
Mutual labels:  generator
autumn
采用Spring、Spring Boot、Redis、MyBatis、Shiro、Druid框架开发,搭载mysql数据。 如果你厌烦了MyBatis中需要手动创建表的事情,这个项目非常适合你,自动为你生成表。 从此你不在需要导入sql文件了,项目初始化变得异常简单,结构清晰,易于开发,真正拿来可用。 全注解MyBatis开发,没有任何mapper文件,一切sql 映射都用代码实现,全程无xml配置,对xml编写mapper有恐惧症的人的福音。 提供双向生成功能: 实体类自动生成数据库表,全过程不需要任何SQL语句,所有表自动生成 通过表生成基础结构代码,生成代码中已包含CRUD功能,表级别的API接口全部都有 基本实例数据全自动通过代码初始化,无需干预 仅仅只需要修改数据库连接地址,…
Stars: ✭ 28 (+100%)
Mutual labels:  generator
Mixup Generator
An implementation of "mixup: Beyond Empirical Risk Minimization"
Stars: ✭ 250 (+1685.71%)
Mutual labels:  generator
nuzlocke-generator
📃 A nuzlocke template generator.
Stars: ✭ 21 (+50%)
Mutual labels:  generator
Luna Commons
市场上许多界面和工具的集合,例如ftp,httpd等文件与工具操作,包括但不限于图像处理、人脸识别等的api。
Stars: ✭ 244 (+1642.86%)
Mutual labels:  generator
git-conventional-commits
Git Conventional Commits Util to generate Semantic Version and Markdown Change Log and Validate Commit Messag
Stars: ✭ 58 (+314.29%)
Mutual labels:  generator
Gallery
Visual Portfolio Generator with no extra installation
Stars: ✭ 239 (+1607.14%)
Mutual labels:  generator
liferay-starter
Generate & download your Liferay workspace from a webapp.
Stars: ✭ 25 (+78.57%)
Mutual labels:  generator
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+1092.86%)
Mutual labels:  generator
wolmo-bootstrap-react-native
Bootstrap generator for React Native projects
Stars: ✭ 20 (+42.86%)
Mutual labels:  generator
Reverse Shell Generator
Hosted Reverse Shell generator with a ton of functionality. -- (Great for CTFs)
Stars: ✭ 238 (+1600%)
Mutual labels:  generator
gommon
A collection of common util libraries for Go
Stars: ✭ 26 (+85.71%)
Mutual labels:  generator
Yii2 Apidoc
Yii 2 apidoc extension.
Stars: ✭ 236 (+1585.71%)
Mutual labels:  generator
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (+228.57%)
Mutual labels:  generator
Dtsmake
TypeScript 's type definition file (*.d.ts files) generator tool from JavaScript files.
Stars: ✭ 231 (+1550%)
Mutual labels:  generator
BFSG
BFSG - BruteForce String Generator 😾
Stars: ✭ 16 (+14.29%)
Mutual labels:  generator
Laravel Craftsman
Laravel Craftsman CLI for easily crafting Laravel assets for any project (artisan make on steroids)
Stars: ✭ 227 (+1521.43%)
Mutual labels:  generator
Github Profilinator
🚀 This tool contains mini GUI components that you can hook together to automatically generate markdown code for a perfect readme.
Stars: ✭ 225 (+1507.14%)
Mutual labels:  generator
unity-plumber
A component to procedurally generate pipe-like meshes in Unity
Stars: ✭ 55 (+292.86%)
Mutual labels:  generator
reactcci
React create component interactive CLI
Stars: ✭ 49 (+250%)
Mutual labels:  generator
Readme
Automatically generate a beautiful best-practice README file based on the contents of your repository
Stars: ✭ 223 (+1492.86%)
Mutual labels:  generator
Toa
A pithy and powerful web framework.
Stars: ✭ 220 (+1471.43%)
Mutual labels:  generator
styled-svg
A styled-components generator for SVG files to use in react
Stars: ✭ 37 (+164.29%)
Mutual labels:  generator
1-60 of 441 similar projects