Skip to content

A template for creating new rehooks projects

Notifications You must be signed in to change notification settings

rehooks/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rehooks-template

This repo will help you when contributing a new React Hook to the rehooks org.

  1. Clone this repository
  2. cd into it
  3. Run ./init.sh ../path/to/rehooks-desired-project-name (run ./init.bat if you are on windows)
  4. cd into that directory
  5. Open it up your editor
  6. Find-all occurences of "..." across the entire project
  7. Fill each of them in with the correct content
  8. Be sure to run yarn test and yarn example and make sure it has the right behavior
  9. Be sure to update the documentation and example
  10. When you're done, create a repo and ping @jamiebuilds (github or twitter)

About

A template for creating new rehooks projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published