@doxium/cli
Version:
CLI tool for creating and managing Doxium applications.
55 lines (37 loc) • 1.42 kB
Markdown
# Doxium
> Rewrite in progress! Some features may be raw or not work properly. Please create an issue if encountared. \
> **Beware, ALPHA version**
## Usage of `@doxium/cli` v0.0.8-alpha.1
Creating new app:
```sh
bunx @doxium/cli init [name] [...args]
```
Updating existing app:
```sh
bunx @doxium/cli update
```
Help:
```sh
bunx @doxium/cli --help
```
## Updated Roadmap
- [ ] Fix all the issues reported
- [ ] Add li8n support, should consider the nextjs way and custom way.
- [ ] Deploy to npmjs:
- [x] CLI
- [x] ~~Library w/ components~~ **Cancelled because of the complexity (Ive spent 3 weeks trying to do this to no avail)**
- [x] Make a command to upograde and migrate from one version to another. (This re-write will act as a base layer)
- [ ] Imporve search by making it go through all the text.
- [x] TailwindCSS v4
- [ ] Proper README
## Techstack (Doxium)
- [Next.js](https://nextjs.org/)
- [shadcn](https://ui.shadcn.com/)
- [Tailwindcss](https://tailwindcss.com/)
- [MDX](https://mdxjs.com/)
- [NCC](https://www.npmjs.com/package/@vercel/ncc)
## Credit
Lead developer - [konyogony](https://github.com/konyogony)
Beta Tester and a nice friend who helped - [PadowYT2](https://github.com/padowyt2)
Credits to [Next.js documentation](https://nextjs.org/docs) and [Nextra](https://nextra.site/docs) since I was influenced by them
[Doxium GitHub Repo](https://github.com/konyogony/Doxium)