Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sohanemon/ui-init
Initialize your frontend application with single command
https://github.com/sohanemon/ui-init
appdir clsx debug-screens heroicons initializer nextjs no-src node-module npm-package tailwind-merge tailwindcss tailwindcss-animate typescript yarn
Last synced: 1 day ago
JSON representation
Initialize your frontend application with single command
- Host: GitHub
- URL: https://github.com/sohanemon/ui-init
- Owner: sohanemon
- License: mit
- Created: 2023-07-05T18:13:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T16:46:08.000Z (11 months ago)
- Last Synced: 2024-10-30T02:33:14.523Z (18 days ago)
- Topics: appdir, clsx, debug-screens, heroicons, initializer, nextjs, no-src, node-module, npm-package, tailwind-merge, tailwindcss, tailwindcss-animate, typescript, yarn
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## đ¨ Ui Initializer By SohanEmon
đ Initialize with useful libraries and structure your projects
# â ī¸ WARNING
đ§ Works with Next JS + Tailwind Only
```bash
npx sohanemon@latest init
#or select installer
npx sohanemon@latest init --yarn
#or
npx sohanemon@latest init --pnpm
```> works with next-js, tw, ts, app-dir, no-src
### âšī¸ What it does?
â Installs `clsx`, `tailwind-merge`, `zustand`, `framer-motion`, `tailwindcss-debug-screens`
â `Poppins` font added by default
â `cn` utility added for conditional class
â Optimizes your folder structure
â Optimizes for dark-theme. Working best with `next-theme`
â Optimizes `tailwind.config.js`
⨠Illustrated Readme.md is coming soon