An open API service indexing awesome lists of open source software.

https://github.com/imjuni/imjuni


https://github.com/imjuni/imjuni

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

TypeScript lovers and OpenSource developer. I develop TypeScript tools for boost productivity. For example, automatic create `JSONSchema` from TypeScript interface or automatic create `index.ts` file etc.

## Stats
[![imjuni's GitHub stats](https://github-readme-stats.vercel.app/api?username=imjuni)](https://github.com/anuraghazra/github-readme-stats)

## Site

- [imjuni's homepage](https://imjuni.github.io/imjuni/)

## Tool & Library

| Name | Status | Desc. |
| :----------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- |
| [create-ts-index](https://github.com/imjuni/create-ts-index) | [![NPM version](https://img.shields.io/npm/v/create-ts-index.svg?style=flat-square)](https://www.npmjs.com/package/create-ts-index) | CLI to generate index.ts file for webpack, rollup entrypoint |
| [ctix](https://github.com/imjuni/ctix) | [![NPM version](https://img.shields.io/npm/v/ctix.svg?style=flat-square)](https://www.npmjs.com/package/ctix) | CLI to generate index.ts file for webpack, rollup entrypoint |
| [simple-tjscli](https://github.com/imjuni/simple-tjscli) | [![NPM version](https://img.shields.io/npm/v/simple-tjscli.svg?style=flat-square)](https://www.npmjs.com/package/simple-tjscli) | CLI to generate JSON schema from TypeScript interface |
| [schema-nozzle](https://github.com/imjuni/schema-nozzle) | [![NPM version](https://img.shields.io/npm/v/schema-nozzle.svg?style=flat-square)](https://www.npmjs.com/package/create-ts-json-schema) | CLI to generate JSONSchema from TypeScript interface, type alias, class and enum |
| [fast-maker](https://github.com/imjuni/fast-maker) | [![NPM version](https://img.shields.io/npm/v/fast-maker.svg?style=flat-square)](https://www.npmjs.com/package/fast-maker) | CLI to generate route configuration using directory structure |
| [erdia](https://github.com/imjuni/erdia) | [![NPM version](https://img.shields.io/npm/v/erdia.svg?style=flat-square)](https://www.npmjs.com/package/erdia) | CLI to generate mermaid.js ER diagram using TypeORM entity |
| [jin-frame](https://github.com/imjuni/jin-frame) | [![NPM version](https://img.shields.io/npm/v/jin-frame.svg?style=flat-square)](https://www.npmjs.com/package/jin-frame) | Library to define RESTful API call mechanics using decorator, class |
| [deps-diff](https://github.com/imjuni/deps-diff) | [![NPM version](https://img.shields.io/npm/v/deps-diff.svg?style=flat-square)](https://www.npmjs.com/package/deps-diff) | CLI to generate commit log that dependency difference between previous commit and current commit |
| [my-easy-fp](https://github.com/imjuni/my-easy-fp) | [![NPM version](https://img.shields.io/npm/v/my-easy-fp.svg?style=flat-square)](https://www.npmjs.com/package/my-easy-fp) | Library to misc programming tool, like populate array and chunk, sleep etc. |
| [my-node-fp](https://github.com/imjuni/my-node-fp) | [![NPM version](https://img.shields.io/npm/v/my-node-fp.svg?style=flat-square)](https://www.npmjs.com/package/my-node-fp) | Library to misc programming tool, like exist, getDirname, isDirectory, isEmptyDir etc. |
| [my-only-either](https://github.com/imjuni/my-node-fp) | [![NPM version](https://img.shields.io/npm/v/my-node-fp.svg?style=flat-square)](https://www.npmjs.com/package/my-node-fp) | Library to misc programming tool, like exist, getDirname, isDirectory, isEmptyDir etc. |
| [url-naong](https://github.com/imjuni/url-naong) | [![NPM version](https://img.shields.io/npm/v/url-naong.svg?style=flat-square)](https://www.npmjs.com/package/url-naong) | A URL builder library for JavaScript, TypeScript |

# Boilerplate

| Name | Staus | Desc. |
| :---------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------- |
| [Ma-eum](https://github.com/imjuni/maeum) | [![Github Star](https://img.shields.io/github/stars/imjuni/maeum.svg?style=flat-square)](https://github.com/imjuni/maeum) | Fastify.js boilerplate: routing, swagger documentation, validation automation |