Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 #88

Merged
merged 36 commits into from
Nov 11, 2024
Merged

V2 #88

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cf4f884
feat: convert the docs from md to mdx, add some methods etc
jrTilak Oct 29, 2024
5283734
feat: add web api utils
jrTilak Nov 2, 2024
4344b00
feat: add some static pages
jrTilak Nov 2, 2024
d2ff81f
feat: update cli to v2
jrTilak Nov 2, 2024
214b1a1
feat: update cli to v2
jrTilak Nov 2, 2024
c677b71
fix: remove props.ts
jrTilak Nov 2, 2024
1e2fd82
feat: add component preview
jrTilak Nov 3, 2024
6731c29
feat: add component preview
jrTilak Nov 3, 2024
9972298
feat: add useCounter hook
jrTilak Nov 3, 2024
8dff76b
fix: deployment erro
jrTilak Nov 3, 2024
0234540
feat: add new hooks
jrTilak Nov 4, 2024
1b1f34d
feat: add useMockLoading
jrTilak Nov 4, 2024
acfe46b
feat: add useMockLoading
jrTilak Nov 4, 2024
22cf98d
feat: add sortObjKeys function with documentation and tests
dev-sandip Nov 4, 2024
e19d225
Merge branch 'v2' of https://github.com/jrTilak/lazykit into v2
dev-sandip Nov 4, 2024
e13fe34
feat: add useClickANywhere hook
jrTilak Nov 9, 2024
2240800
feat: add useDebounceCallback hook
jrTilak Nov 9, 2024
cbc9a85
feat: add useDebounceValue hook
jrTilak Nov 9, 2024
2ed536b
feat: add useObserve hook
jrTilak Nov 10, 2024
b7e4868
feat: add useShortcutKey hook
jrTilak Nov 10, 2024
9320b4b
feat: add useInnerSize hook
jrTilak Nov 10, 2024
3d364b8
feat: useAsyncEffect hook
jrTilak Nov 10, 2024
2f5ab44
feat: deepCompare fn
jrTilak Nov 10, 2024
910abed
feat: add useCountdown hoojk
jrTilak Nov 10, 2024
1741455
feat: add usetoggle hook
jrTilak Nov 10, 2024
0dc568c
feat: add useRequestFullScreen hook
jrTilak Nov 10, 2024
296d9d4
feat: add useIsOnline hook
jrTilak Nov 10, 2024
55acd5d
feat: add useStep hook
jrTilak Nov 10, 2024
5a41fcf
chore: refactor landing page
jrTilak Nov 10, 2024
1886e47
chore: change thumbnail
jrTilak Nov 10, 2024
5a5d234
feat: add documentation
jrTilak Nov 11, 2024
badfc7e
feat: release of cli v2
jrTilak Nov 11, 2024
d5a4896
feat: release of cli v2
jrTilak Nov 11, 2024
85ef321
feat: release of registry v2
jrTilak Nov 11, 2024
8134566
chore: remove unused comments
jrTilak Nov 11, 2024
85e7d27
fix: add a window check in useIsOnline hook
jrTilak Nov 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@
<br>
</h1>

<h4 align="center">Trim the fat, Keep the function</h4>
<h3 align="center">Drop the Excess, Keep the Impact!</h3>

---

Refine your JavaScript workflows with Lazykit.
A concentrated collection of lean utility functions, not a bloated library.
Refine your JavaScript, React, and TypeScript workflows with LazyKit. A concentrated toolkit of powerful snippets—no excess, all essence.

![screenshot](./src/www/public/image.png)

## Documentation

Visit [here](https://lazykit.thapatilak.com.np/docs/introduction) for detailed documentation.
Visit [here](https://lazykit.thapatilak.com.np/docs/) for detailed documentation.

## Contributing

Visit [here](./docs/README.md) for contributing guidelines.
Visit [here](https://lazykit.thapatilak.com.np/docs/contributing) for contributing guidelines.

## License

Expand All @@ -33,4 +32,8 @@ Visit [here](./LICENSE) for license information.
- [Develop Branch](https://lazykit-www-git-dev-tilak-thapas-projects.vercel.app/)
- [Master Branch](https://lazykit.thapatilak.com.np/)

```bash
npx @jrtilak/lazykit@latest init
```

Thank you for using Lazykit! <3
8 changes: 0 additions & 8 deletions docs/ADDING_A_NEW_CATEGORY.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/ADDING_A_NEW_METHOD.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/ADDING_A_NEW_TYPE.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/BRANCHES.md

This file was deleted.

26 changes: 0 additions & 26 deletions docs/CLI.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/CONTRIBUTING.md

This file was deleted.

Empty file removed docs/FOLDER_STRUCTURE.md
Empty file.
29 changes: 0 additions & 29 deletions docs/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/REGISTRY.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/WWW.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazykit",
"version": "1.0.0",
"version": "2.0.0",
"description": "",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
Loading