Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 18, 2023
1 parent fedebeb commit 2f814b1
Show file tree
Hide file tree
Showing 112 changed files with 1,338 additions and 4,721 deletions.
4 changes: 4 additions & 0 deletions Script/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.2

- Bug fix

## 0.0.1

- Initial version
14 changes: 7 additions & 7 deletions Script/Configuration/ESBuild.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
declare const _default: {
format: "esm";
minify: false;
outdir: string;
platform: "node";
target: string;
write: true;
plugins: import("esbuild").Plugin[];
format: "esm";
minify: false;
outdir: string;
platform: "node";
target: string;
write: true;
plugins: import("esbuild").Plugin[];
};
export default _default;
61 changes: 30 additions & 31 deletions Script/Configuration/ESBuild.js
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
export default {
format: "esm",
minify: false,
outdir: "Target",
platform: "node",
target: "esnext",
write: true,
plugins: [
{
name: "Target",
setup({ onStart, initialOptions: { outdir } }) {
onStart(async () => {
try {
await (
await import("fs/promises")
).rm(outdir, {
recursive: true,
});
} catch (_Error) {}
});
},
},
(await import("esbuild-plugin-copy")).copy({
resolveFrom: "out",
assets: [
{
from: "./Source/Workflow/*.yml",
to: "./Workflow/",
},
],
}),
],
format: "esm",
minify: false,
outdir: "Target",
platform: "node",
target: "esnext",
write: true,
plugins: [
{
name: "Target",
setup({ onStart, initialOptions: { outdir } }) {
onStart(async () => {
try {
await (await import("fs/promises")).rm(outdir, {
recursive: true,
});
}
catch (_Error) { }
});
},
},
(await import("esbuild-plugin-copy")).copy({
resolveFrom: "out",
assets: [
{
from: "./Source/Workflow/*.yml",
to: "./Workflow/",
},
],
}),
],
};
2 changes: 1 addition & 1 deletion Script/Documentation/Function/Clean.Clean.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Clean.Request.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Cloudflare.Cloudflare-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Dependabot.Dependabot-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Dependabot.dirname.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Dependabot.fileURLToPath.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Script/Documentation/Function/Dependabot.readFile.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Dependabot.resolve.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Dispatch.Dispatch.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Dispatch.Request.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Edit.Edit.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Edit.Request.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Git.Git.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/NPM.NPM-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Node.Node-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Package.Package.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Readme.Readme.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Request.Request.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Rust.Rust-1.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/Search.Search.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Star.Star-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Star.Star.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Function/Type.Type-2.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Function/WalkUntilGit._Function.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Interface/Type.Type.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Interface/WalkUntilGit.Type.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Clean.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Cloudflare.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Command.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Dependabot.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Dispatch.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Edit.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Environment.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Files.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Git.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/NPM.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Node.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Package.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Readme.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Request.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Rust.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Search.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Star.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Type.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/Variable_Environment.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/WalkUntilGit.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Module/YesMaintain.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Type/Environment.Type.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Type/Files.Type.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Type/Type.Type-1.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Clean.All.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Clean.User.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Cloudflare.Cloudflare.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Script/Documentation/Variable/Command.Variable.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Dependabot.Dependabot.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Git.Environment.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/NPM.NPM.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Node.Node.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/Rust.Rust.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Script/Documentation/Variable/YesMaintain.YesMaintain.html

Large diffs are not rendered by default.

Loading

0 comments on commit 2f814b1

Please sign in to comment.