https://github.com/imjuni/imjuni
https://github.com/imjuni/imjuni
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imjuni/imjuni
- Owner: imjuni
- Created: 2022-05-27T08:44:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T03:10:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T10:27:31.913Z (over 1 year ago)
- Language: MDX
- Size: 4.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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) | [](https://www.npmjs.com/package/create-ts-index) | CLI to generate index.ts file for webpack, rollup entrypoint |
| [ctix](https://github.com/imjuni/ctix) | [](https://www.npmjs.com/package/ctix) | CLI to generate index.ts file for webpack, rollup entrypoint |
| [simple-tjscli](https://github.com/imjuni/simple-tjscli) | [](https://www.npmjs.com/package/simple-tjscli) | CLI to generate JSON schema from TypeScript interface |
| [schema-nozzle](https://github.com/imjuni/schema-nozzle) | [](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) | [](https://www.npmjs.com/package/fast-maker) | CLI to generate route configuration using directory structure |
| [erdia](https://github.com/imjuni/erdia) | [](https://www.npmjs.com/package/erdia) | CLI to generate mermaid.js ER diagram using TypeORM entity |
| [jin-frame](https://github.com/imjuni/jin-frame) | [](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) | [](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) | [](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) | [](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) | [](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) | [](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) | [](https://github.com/imjuni/maeum) | Fastify.js boilerplate: routing, swagger documentation, validation automation |