# otasuke

> otasuke is a versatile and open-source npm package that provides a variety of utilities designed to enhance web development productivity. This package includes a collection of tools ranging from date formatting and text capitalization to regular expressio

Latest version **1.14.12** (published 2024-10-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install otasuke
pnpm add otasuke
yarn add otasuke
bun add otasuke
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.14.12 |
| Published | 2024-10-02 |
| First published | 2023-11-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 36 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kosuke Kobayashi |
| Maintainers | kosuke0411 |

## Links

- npm: https://www.npmjs.com/package/otasuke
- npm.io page: https://npm.io/package/otasuke

## Dependencies (2)

- [react](https://npm.io/package/react.md) ^18.2.0
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0

## Recent versions

- 1.14.12 (latest) — 2024-10-02
- 1.14.11 — 2024-10-02
- 1.14.10 — 2024-10-02
- 1.14.9 — 2024-10-02
- 1.14.8 — 2024-10-02
- 1.14.7 — 2024-10-02
- 1.14.6 — 2024-10-02
- 1.14.5 — 2024-10-02
- 1.14.3 — 2024-10-02
- 1.14.2 — 2024-10-01
- 1.14.1 — 2024-10-01
- 1.14.0 — 2024-10-01
- 1.13.0 — 2023-11-26
- 1.12.0 — 2023-11-24
- 1.11.0 — 2023-11-24
- … 7 more at https://npm.io/package/otasuke/versions

## README

# Otasuke

otasuke is a versatile and open-source npm package that provides a variety of utilities designed to enhance web development productivity. This package includes a collection of tools ranging from date formatting and text capitalization to regular expressions, React hooks, loader animations, and a ready-to-use page.



## Document
Storybook:
https://otasuke.netlify.app
## Features

- loader animation
- dayformat
- capital text
- regex
- ready-to-use pages (Success, Error...)



## Installation

Install otasuke with npm

```bash
  npm install otasuke
```
    
## Usage/Examples, Loader

```javascript
import { BlobLoader } from 'otasuke'

function App() {
  return <BlobLoader backgroundColor='red' size='40px' />
}
```

## Usage/Examples, DayFormat

```javascript
import { dayFormat1 } from 'otasuke'

function App() {
    const date = new Date()
    return(
        <h1>{dayFormat1{date}}</h1>
    )
}
```
## GitHub Link
https://github.com/kkkkkkkkp/tasuke

---
_Source: https://npm.io/package/otasuke · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
