Skip to content

Commit 42dd62f

Browse files
updated to be more sutiable
1 parent f4f4413 commit 42dd62f

9 files changed

+55
-82
lines changed

README.md

+3-41
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,10 @@
22
# theOldGuard
33
This is the createChinaApp cli tool
44

5-
# Setup
6-
7-
> Note this is best used on a linux enviroment
8-
### Requirements
9-
10-
The Deno runtime is required to run the old guard
11-
Linux
12-
`curl -fsSL https://deno.land/x/install/install.sh | sudo DENO_INSTALL=/usr/local sh`
13-
Windows
14-
`choco install deno`
15-
16-
To learn more about [Deno](https://deno.land/).
17-
18-
19-
### Lets begin
20-
This is a toolchain to setup and manage your software development
21-
22-
- need to have an initialized git repository
23-
Install Deno Extension
24-
[Deno Extension](https://www.codenewbie.org/podcast/how-to-harness-privilege-to-create-equitable-design).
25-
5+
`git clone https://github.com/sauveurXrawk/studio.git ./oldguard`
266

7+
[documentation](https://studio.sauveur.cloud/)
278
> This tool is still in development
28-
29-
## To Create A SPA run _best on linux_
30-
31-
`deno run --allow-run oldguard/index.ts spa `
32-
which will then create a client folder with the china framework app created, and developed on parse and react
33-
so
34-
`cd client\client `
35-
and run
36-
`npm install npm start`
37-
38-
## To Create A Template
39-
`deno run --allow-run oldguard/index.ts template {subfoldername} {foldername} {filetype} {templatename}`
40-
41-
`deno run --allow-run oldguard/index.ts template server page strandard home`
42-
[{filetype}](./io/temp/templates)
43-
` deno run --allow-run --allow-read --allow-env oldguard/index.ts local app `
44-
45-
## To Create A App run
46-
479
4810
### ToDo
4911
1. create a add to client new remote for purposes of seperating the tool and the app
@@ -54,4 +16,4 @@ and run
5416
6. packaging this in npm for ease of use maybe for now just cloning works(creating more easy way to pull cli)
5517
7. Create A cloud flag to check if cloud cli
5618
8. Clean up code
57-
9. Manipulate from Browser
19+
9. Manipulate from Browser

banner.png

13.1 KB
Loading

docs/src/SUMMARY.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Summary
22

33
- [Intro](./intro.md)
4+
- [Setup](./setup.md)
45
- [Chapter 1](./chapter_1.md)
6+
- [Chapter 2](./chapter_2.md)

docs/src/banner.png

13.1 KB
Loading

docs/src/chapter_1.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# Chapter 1
1+
# Chapter 1 Apps
2+
3+
4+
## Env File
5+
6+
[Download](https://www.notion.so/sauveurhq/Sauveur-Studio-920076bb27794c88b23c720c651e9c7f#45559820076642fe9bd2d6ed646558d8)
7+
## To Create A SPA run _best on linux_
8+
9+
`deno run --allow-run oldguard/index.ts spa `
10+
which will then create a client folder with the china framework app created, and developed on parse and react
11+
so
12+
`cd client\client `
13+
and run
14+
`npm install npm start`
15+
16+
17+
## To Create A App run
18+
` deno run --allow-run --allow-read --allow-env oldguard/index.ts local app `

docs/src/chapter_2.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Chapter 2 Templates
2+
3+
4+
## To Create A Template
5+
`deno run --allow-run oldguard/index.ts template {subfoldername} {foldername} {filetype} {templatename}`
6+
7+
`deno run --allow-run oldguard/index.ts template server page strandard home`
8+
[{filetype}](./io/temp/templates)
9+

docs/src/intro.md

+1-39
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,10 @@
22
# theOldGuard
33
This is the createChinaApp cli tool
44

5-
# Setup
6-
7-
> Note this is best used on a linux enviroment
8-
### Requirements
9-
10-
The Deno runtime is required to run the old guard
11-
Linux
12-
`curl -fsSL https://deno.land/x/install/install.sh | sudo DENO_INSTALL=/usr/local sh`
13-
Windows
14-
`choco install deno`
15-
16-
To learn more about [Deno](https://deno.land/).
17-
18-
19-
### Lets begin
20-
This is a toolchain to setup and manage your software development
21-
22-
- need to have an initialized git repository
23-
Install Deno Extension
24-
[Deno Extension](https://www.codenewbie.org/podcast/how-to-harness-privilege-to-create-equitable-design).
5+
`git clone https://github.com/sauveurXrawk/studio.git ./oldguard`
256

267

278
> This tool is still in development
28-
29-
## To Create A SPA run _best on linux_
30-
31-
`deno run --allow-run oldguard/index.ts spa `
32-
which will then create a client folder with the china framework app created, and developed on parse and react
33-
so
34-
`cd client\client `
35-
and run
36-
`npm install npm start`
37-
38-
## To Create A Template
39-
`deno run --allow-run oldguard/index.ts template {subfoldername} {foldername} {filetype} {templatename}`
40-
41-
`deno run --allow-run oldguard/index.ts template server page strandard home`
42-
[{filetype}](./io/temp/templates)
43-
` deno run --allow-run --allow-read --allow-env oldguard/index.ts local app `
44-
45-
## To Create A App run
46-
479
4810
### ToDo
4911
1. create a add to client new remote for purposes of seperating the tool and the app

docs/src/setup.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
# Setup
3+
4+
> Note this is best used on a linux enviroment
5+
### Requirements
6+
7+
The Deno runtime is required to run the old guard
8+
Linux
9+
`curl -fsSL https://deno.land/x/install/install.sh | sudo DENO_INSTALL=/usr/local sh`
10+
Windows
11+
`choco install deno`
12+
13+
To learn more about [Deno](https://deno.land/).
14+
15+
16+
### Lets begin
17+
This is a toolchain to setup and manage your software development
18+
19+
- need to have an initialized git repository
20+
Install Deno Extension
21+
[Deno Extension](https://www.codenewbie.org/podcast/how-to-harness-privilege-to-create-equitable-design).

io/app/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const app = async () => {
1919
//await Deno.create(".gitmodules");
2020
//await Deno.chmod(".gitmodules",0o777)
2121
await getList(`${directory}/resources`)
22-
await sdk.commandGit('submodule',['add','https://github.com/sauveurXrawk/bookish-octo-memory.git','./components'])
22+
// await sdk.commandGit('submodule',['add','https://github.com/sauveurXrawk/bookish-octo-memory.git','./components'])
2323

2424

2525

0 commit comments

Comments
 (0)