1.0.0-canary.4 • Published 10 months ago
cronstack v1.0.0-canary.4
CronStack
cronstack is a versatile library for managing tasks, scheduling functions. It allows you to automate the execution of functions through triggers or scheduled intervals. The package includes powerful CLI tools for managing your tasks, transpiling code, and bundling resources.
Installation
npm install cronstackCLI Options
Usage: cronstack [options] [command]
Manage your services with CronStack.
Options:
-v, --version display the version number
-h, --help display help for command
Commands:
add [options] <name> Add a new service
build [options] Build all services
dev [options] [services...] Start services in development mode
init [options] Initialize your project.
start [options] [services...] Start all services
help [command] display help for commandDirectory Structure
For the service to be recognized, ensure your service file follows the pattern:
- Directly under the
servicesdirectory.
+<name>.service.ts- Directory with name of the service under
servicesdirectory.
<name>/+service.tsNotice that you can put the services directory in src as well.
Example
project-root
|-- services
| |-- +<name>.service.ts
| |-- <name>
| |-- +service.tsLicense
1.0.0-canary.4
10 months ago
1.0.0-canary.2
10 months ago
1.0.0-canary.3
10 months ago
1.0.0-canary.0
12 months ago
1.0.0-canary.1
12 months ago
0.2.1
1 year ago
0.2.0
1 year ago
0.1.0-canary.420978a2
2 years ago
0.1.0
2 years ago