Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cronstack

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cronstack

Advanced cron job scheduler for Node.js

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

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 cronstack

CLI 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 command

Directory Structure

For the service to be recognized, ensure your service file follows the pattern:

  1. Directly under the services directory.
+<name>.service.ts
  1. Directory with name of the service under services directory.
<name>/+service.ts

Notice that you can put the services directory in src as well.

Example
project-root
|-- services
|   |-- +<name>.service.ts
|   |-- <name>
|       |-- +service.ts

License

MIT © Shahrad Elahi

FAQs

Package last updated on 22 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc