Skip to content

Commit 28d3d20

Browse files
authored
Update README.md
1 parent e9f7538 commit 28d3d20

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
11
# Doxium
22

3-
> Rewrite in progress! Some features may be raw or not work properly. Please create an issue if encountared.
4-
5-
## Usage of `@doxium/cli` v0.0.7 - **Beware, ALPHA version**
6-
3+
> Rewrite in progress! Some features may be raw or not work properly. Please create an issue if encountared. \
4+
> **Beware, ALPHA version**
5+
## Usage of `@doxium/cli` v0.0.7
6+
Creating new app:
77
```sh
88
bunx @doxium/cli init [name] [...args]
99
```
1010

11-
update:
12-
11+
Updating existing app:
1312
```sh
1413
bunx @doxium/cli update
1514
```
1615

17-
help:
18-
16+
Help:
1917
```sh
20-
bunx @doxium/cli
18+
bunx @doxium/cli --help
2119
```
2220

2321
## Updated Roadmap
2422

2523
- [ ] Fix all the issues reported
2624
- [ ] Add li8n support, should consider the nextjs way and custom way.
2725
- [ ] Deploy to npmjs:
28-
- [ ] CLI
29-
- [ ] Library w/ components
26+
- [x] CLI
27+
- [x] ~~Library w/ components~~ **Cancelled because of the complexity (Ive spent 3 weeks trying to do this to no avail)**
3028
- [x] Make a command to upograde and migrate from one version to another. (This re-write will act as a base layer)
3129
- [ ] Imporve search by making it go through all the text.
32-
- [ ] TailwindCSS v4 (**Current version is v3**)
30+
- [x] TailwindCSS v4
3331
- [ ] Proper README
3432

3533
## Techstack (Doxium)

0 commit comments

Comments
 (0)