File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Doxium
2
2
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:
7
7
``` sh
8
8
bunx @doxium/cli init [name] [...args]
9
9
```
10
10
11
- update:
12
-
11
+ Updating existing app:
13
12
``` sh
14
13
bunx @doxium/cli update
15
14
```
16
15
17
- help:
18
-
16
+ Help:
19
17
``` sh
20
- bunx @doxium/cli
18
+ bunx @doxium/cli --help
21
19
```
22
20
23
21
## Updated Roadmap
24
22
25
23
- [ ] Fix all the issues reported
26
24
- [ ] Add li8n support, should consider the nextjs way and custom way.
27
25
- [ ] 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) **
30
28
- [x] Make a command to upograde and migrate from one version to another. (This re-write will act as a base layer)
31
29
- [ ] Imporve search by making it go through all the text.
32
- - [ ] TailwindCSS v4 ( ** Current version is v3 ** )
30
+ - [x ] TailwindCSS v4
33
31
- [ ] Proper README
34
32
35
33
## Techstack (Doxium)
You can’t perform that action at this time.
0 commit comments