simple-wizard
v1.0.1
Published
A lightweight and versatile utility library for JavaScript and TypeScript, designed to simplify development tasks with clean and reusable helper functions.
Downloads
2
Readme
This package provides several frequently used helpers such as isEmpty, isNull, and others. These are designed to speed up and simplify your development process. Additionally, it reduces the need to write excessive code to create components.
⚙️ Install
Install secara lokal di folder proyek Anda:
# npm
npm i simple-wizard
# Yarn
yarn add simple-wizard
# pnpm
pnpm add simple-wizard
# bun
bun install simple-wizardYou can also install it globally but it's not recommended.
📖 Usage
Bundle files
import { bundle } from 'simple-wizard'🤝 Collaborate
If you have feature requests, questions, or find a bug, don't hesitate to create an issue. We greatly appreciate contributions and collaboration from the community. Let's develop this package together!
