1.1.5 • Published 10 months ago

hoocs v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Hoocs - A CLI-driven React hooks library

A CLI-driven React hooks library offering a collection of ready-to-use Typescript hooks that you can easily copy, customize, and integrate into your projects.

npm version license downloads typeScript

Installation

Install the CLI Globally:

npm install -g hoocs

Add Configuration File:

This will create hoocs.json in the root of your project and help you set destination paths for hooks.

npx hoocs init

Add Hooks to Your Project:

npx hoocs add useTheme

List Available Hooks:

npx hoocs list

Need hooks for JavaScript projects? Until we officially support them, there is a simple workaround. After installing, you can change the file extension to .js and remove the types from the hook file.

Hooks and Documentation

Visit: Hoocs Documentation for detailed information on each hook.

Available Hooks

Don't see a hook you need? Request a new hook or contribute to the project.

Contributing

We welcome contributions to Hoocs! Please check out the contribution guide to get started.

1.1.5

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago