Create Zihan Lib

screenshot of Create Zihan Lib

Create libraries without pain

Overview

Create Zihan Lib aims to make the process of creating libraries in TypeScript seamless and painless. It offers a range of features and support for popular frontend frameworks such as Solid, Svelte, React, and Vue. The tool also includes ESLint and Prettier for code formatting and autocompletion, as well as auto import and DTS generation. Create Zihan Lib provides an intuitive CLI interface and can be easily installed with a few simple steps.

Features

  • TypeScript Only: Create Zihan Lib exclusively supports TypeScript for writing libraries.
  • Vite + Vitest: Utilizes Vite and Vitest for faster development and testing.
  • Component Libraries: Supports creating component libraries using Vite and one of the frontend frameworks like Solid, Svelte, React, or Vue.
  • ESLint and Prettier Support: Out of the box support for ESLint and Prettier, compatible with all supported frameworks.
  • Auto Import: Comes with auto import functionality powered by unplugin-auto-import.
  • DTS Generation: Simplifies the generation of declaration files using vite-plugin-dts.
  • CLI Experience: Provides an excellent command-line interface experience with features powered by Clack.

Summary

Create Zihan Lib is designed to streamline the process of creating libraries in TypeScript. With support for various popular frontend frameworks and essential developer tools like ESLint and Prettier, Create Zihan Lib offers a hassle-free development experience. Its intuitive CLI interface and easy installation make it a convenient choice for developers looking to create libraries quickly and efficiently.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.