Skip to content

Commit 3095e35

Browse files
committed
release: @nhscc/[email protected] [skip ci]
## ✨ Features - Bring in cli functionality (base template) ([abf0233][1]) - **commands:** add root, "stats" commands ([a38709d][2]) - **commands:** add root, "stats" commands ([096f029][3]) ## ⚙️ Build System - **deps:** bump @-xun/cli from 1.3.2 to 2.0.0 ([672b24d][4]) - **deps:** bump @-xun/cli from 2.0.0 to 2.0.2 ([737b4f2][5]) - **package:** add core-js dependency ([7f42b19][6]) - **package:** mark package as non-private ([fb94d84][7]) - **package:** place package under `[@nhscc](https://github.com/nhscc)` namespace ([670d679][8]) [1]: abf0233 [2]: a38709d [3]: 096f029 [4]: 672b24d [5]: 737b4f2 [6]: 7f42b19 [7]: fb94d84 [8]: 670d679
1 parent fb94d84 commit 3095e35

File tree

123 files changed

+4021
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+4021
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this auto-generated
4+
file. The format is based on [Conventional Commits][1];
5+
this project adheres to [Semantic Versioning][2].
6+
7+
<br />
8+
9+
## @nhscc/bdpa-cron\@1.0.0 (2025-05-28)
10+
11+
### ✨ Features
12+
13+
- Bring in cli functionality (base template) ([abf0233][3])
14+
- **commands:** add root, "stats" commands ([a38709d][4])
15+
- **commands:** add root, "stats" commands ([096f029][5])
16+
17+
### ⚙️ Build System
18+
19+
- **deps:** bump @-xun/cli from 1.3.2 to 2.0.0 ([672b24d][6])
20+
- **deps:** bump @-xun/cli from 2.0.0 to 2.0.2 ([737b4f2][7])
21+
- **package:** add core-js dependency ([7f42b19][8])
22+
- **package:** mark package as non-private ([fb94d84][9])
23+
- **package:** place package under `[@nhscc](https://github.com/nhscc)` namespace ([670d679][10])
24+
25+
[1]: https://conventionalcommits.org
26+
[2]: https://semver.org
27+
[3]: https://github.com/nhscc/bdpa-cron/commit/abf0233e2b7377c224dc40d02e6091f130c94db7
28+
[4]: https://github.com/nhscc/bdpa-cron/commit/a38709d3e8aeaebaa5c2320def4a3fc254ac04c8
29+
[5]: https://github.com/nhscc/bdpa-cron/commit/096f0290505c411b3fdc7f796df6e6ea029f5bff
30+
[6]: https://github.com/nhscc/bdpa-cron/commit/672b24d9314522a1edf0ba05bc015cc76eda8941
31+
[7]: https://github.com/nhscc/bdpa-cron/commit/737b4f2ca1090929d747a088dd2c130424b5306e
32+
[8]: https://github.com/nhscc/bdpa-cron/commit/7f42b19c00d44ee2ec3c689990c4f9fb3c09232d
33+
[9]: https://github.com/nhscc/bdpa-cron/commit/fb94d84b32201c9d8dab385121a53d5c0ecc3177
34+
[10]: https://github.com/nhscc/bdpa-cron/commit/670d6794a5cff2701b76ae7c78a2f6f20dbd2ecb

docs/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
**@nhscc/bdpa-cron**
2+
3+
***
4+
5+
# @nhscc/bdpa-cron
6+
7+
## Modules
8+
9+
- [src/cli](src/cli/README.md)
10+
- [src/commands](src/commands/README.md)
11+
- [src/commands/stats](src/commands/stats/README.md)
12+
- [src/configure](src/configure/README.md)
13+
- [src/constant](src/constant/README.md)
14+
- [src/error](src/error/README.md)
15+
- [src/util](src/util/README.md)
16+
- [test/setup](test/setup/README.md)
17+
- [test/util](test/util/README.md)

docs/src/cli/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[**@nhscc/bdpa-cron**](../../README.md)
2+
3+
***
4+
5+
[@nhscc/bdpa-cron](../../README.md) / src/cli
6+
7+
# src/cli
8+
9+
## Variables
10+
11+
- [default](variables/default.md)

docs/src/cli/variables/default.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[**@nhscc/bdpa-cron**](../../../README.md)
2+
3+
***
4+
5+
[@nhscc/bdpa-cron](../../../README.md) / [src/cli](../README.md) / default
6+
7+
# Variable: default
8+
9+
> **default**: `RunProgramReturnType`\<`StandardExecutionContext`\>
10+
11+
Defined in: [src/cli.ts:8](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/cli.ts#L8)
12+
13+
This is the simple CLI entry point executed directly by node.

docs/src/commands/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[**@nhscc/bdpa-cron**](../../README.md)
2+
3+
***
4+
5+
[@nhscc/bdpa-cron](../../README.md) / src/commands
6+
7+
# src/commands
8+
9+
## Enumerations
10+
11+
- [Task](enumerations/Task.md)
12+
13+
## Type Aliases
14+
15+
- [CustomCliArguments](type-aliases/CustomCliArguments.md)
16+
17+
## Variables
18+
19+
- [tasks](variables/tasks.md)
20+
21+
## Functions
22+
23+
- [default](functions/default.md)
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[**@nhscc/bdpa-cron**](../../../README.md)
2+
3+
***
4+
5+
[@nhscc/bdpa-cron](../../../README.md) / [src/commands](../README.md) / Task
6+
7+
# Enumeration: Task
8+
9+
Defined in: [src/commands/index.ts:10](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L10)
10+
11+
## Enumeration Members
12+
13+
### All
14+
15+
> **All**: `"all"`
16+
17+
Defined in: [src/commands/index.ts:15](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L15)
18+
19+
***
20+
21+
### BanHammer
22+
23+
> **BanHammer**: `"ban"`
24+
25+
Defined in: [src/commands/index.ts:12](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L12)
26+
27+
***
28+
29+
### InitializeData
30+
31+
> **InitializeData**: `"initialize"`
32+
33+
Defined in: [src/commands/index.ts:11](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L11)
34+
35+
***
36+
37+
### PruneData
38+
39+
> **PruneData**: `"prune"`
40+
41+
Defined in: [src/commands/index.ts:13](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L13)
42+
43+
***
44+
45+
### SimulateActivity
46+
47+
> **SimulateActivity**: `"simulate"`
48+
49+
Defined in: [src/commands/index.ts:14](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L14)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[**@nhscc/bdpa-cron**](../../../README.md)
2+
3+
***
4+
5+
[@nhscc/bdpa-cron](../../../README.md) / [src/commands](../README.md) / default
6+
7+
# Function: default()
8+
9+
> **default**(`__namedParameters`): `RootConfiguration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>
10+
11+
Defined in: [src/commands/index.ts:27](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/index.ts#L27)
12+
13+
## Parameters
14+
15+
### \_\_namedParameters
16+
17+
`AsStrictExecutionContext`\<`StandardExecutionContext`\>
18+
19+
## Returns
20+
21+
`RootConfiguration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../configure/type-aliases/GlobalExecutionContext.md)\>

docs/src/commands/stats/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[**@nhscc/bdpa-cron**](../../../README.md)
2+
3+
***
4+
5+
[@nhscc/bdpa-cron](../../../README.md) / src/commands/stats
6+
7+
# src/commands/stats
8+
9+
## Type Aliases
10+
11+
- [CustomCliArguments](type-aliases/CustomCliArguments.md)
12+
13+
## Functions
14+
15+
- [default](functions/default.md)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[**@nhscc/bdpa-cron**](../../../../README.md)
2+
3+
***
4+
5+
[@nhscc/bdpa-cron](../../../../README.md) / [src/commands/stats](../README.md) / default
6+
7+
# Function: default()
8+
9+
> **default**(`__namedParameters`): `ChildConfiguration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../../configure/type-aliases/GlobalExecutionContext.md)\>
10+
11+
Defined in: [src/commands/stats.ts:11](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/stats.ts#L11)
12+
13+
## Parameters
14+
15+
### \_\_namedParameters
16+
17+
`AsStrictExecutionContext`\<`StandardExecutionContext`\>
18+
19+
## Returns
20+
21+
`ChildConfiguration`\<[`CustomCliArguments`](../type-aliases/CustomCliArguments.md), [`GlobalExecutionContext`](../../../configure/type-aliases/GlobalExecutionContext.md)\>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[**@nhscc/bdpa-cron**](../../../../README.md)
2+
3+
***
4+
5+
[@nhscc/bdpa-cron](../../../../README.md) / [src/commands/stats](../README.md) / CustomCliArguments
6+
7+
# Type Alias: CustomCliArguments
8+
9+
> **CustomCliArguments** = [`GlobalCliArguments`](../../../configure/type-aliases/GlobalCliArguments.md)
10+
11+
Defined in: [src/commands/stats.ts:9](https://github.com/nhscc/bdpa-cron/blob/fb94d84b32201c9d8dab385121a53d5c0ecc3177/src/commands/stats.ts#L9)

0 commit comments

Comments
 (0)