Tweak your React projects until awesomeness
npm install tweak-toolsEasy tweaking for your React projects to customize until greatness 🦄 🚀
 
``bash`
npm i tweak-tools
Simply call the useTweaks hook from anywhere in your app:
`jsx
import { useTweaks } from 'tweak-tools'
function MyComponent() {
const { name, count } = useTweaks({ name: 'World', count: 0 })
return (