0.0.1-alpha.0 โ€ข Published 1 year ago

@stackdials/usehooks v0.0.1-alpha.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

License npm bundle size npm

๐Ÿ“– Summary

  • TODO

๐Ÿค How to Contribute

Thanks for wanting to contribute! It's more than welcome ๐Ÿค—

Content changes

Most content changes (like fixing a typo) can be made without cloning the repository. Simply locate the file you wish to change in the GitHub UI, and click the little edit icon to make your change directly on the GitHub website.

If you need to make any other substantial changes, then follow the project setup steps below.

Fork to submit a Pull Request (PR)

Before starting, make sure you have the good system dependencies:

  • node@19.x
  • npm@^8

Note: To easily switch node version, consider Node Version Manager (nvm).

Then fork the repository, clone it and install.

git clone https://github.com/{your_username}/usehooks.git
cd usehooks-ts
npm install

When the usehooks is compiled, only the necessary files are used. The other files are copied in the documentation website.

Note: The demo is used different way:

  • It's displayed on the website to illustrate how to use the hook.
  • It's deployed as a CodeSandbox on build to let final users play with.

โœจ Contributors

Big thanks goes to these wonderful people โค๏ธ

This project follows the all-contributors specification (emoji key). Contributions of any kind welcome!

๐Ÿš— Roadmap

  • Unit-test all hooks
  • Add more hooks

๐Ÿ“ License

This project is MIT licensed.