Skip to content

Commit a362429

Browse files
Updates
1 parent f26ebeb commit a362429

File tree

4 files changed

+62
-0
lines changed

4 files changed

+62
-0
lines changed

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coming soon.

index.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DO NOT USE THIS. READ THE DOCS (coming soon). USE ACTION.YML.
2+
echo "Warning: Attempt to use _just in a wrond way. This may not work right. Pleace read the docs (coming soon)."
3+
bash $GITHUB_ACTION_PATH/src/checks.sh
4+
bash $GITHUB_ACTION_PATH/src/prepare_deployment.sh
5+
bash $GITHUB_ACTION_PATH/src/create_api_endpoints.sh
6+
bash $GITHUB_ACTION_PATH/src/modify_deployment.sh
7+
bash $GITHUB_ACTION_PATH/src/override_deployment.sh
8+
bash $GITHUB_ACTION_PATH/src/build_map.sh

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "justdev_just",
3+
"version": "0.0.10",
4+
"description": "w.i.p.",
5+
"main": "index.sh",
6+
"scripts": {
7+
"test": "echo \"https://github.com/JustDeveloper1/_just#readme\" && exit 1",
8+
"about": "echo \"https://github.com/JustDeveloper1/_just#readme\" && exit 1",
9+
"info": "echo \"https://github.com/JustDeveloper1/_just#readme\" && exit 1",
10+
"repo": "echo \"https://github.com/JustDeveloper1/_just#readme\" && exit 1",
11+
"help": "echo \"https://github.com/JustDeveloper1/_just#readme\" && exit 1"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/JustDeveloper1/_just.git"
16+
},
17+
"keywords": [
18+
"postprocessor",
19+
"_just",
20+
"justdeveloper",
21+
"web",
22+
"backend",
23+
"back-end",
24+
"frontend",
25+
"front-end",
26+
"fullstack",
27+
"full-stack",
28+
"nodejs",
29+
"github",
30+
"pages",
31+
"github",
32+
"pages"
33+
],
34+
"author": "JustDeveloper",
35+
"license": "MIT",
36+
"bugs": {
37+
"url": "https://github.com/JustDeveloper1/_just/issues"
38+
},
39+
"homepage": "https://github.com/JustDeveloper1/_just#readme"
40+
}

0 commit comments

Comments
 (0)