Socket
Socket
Sign inDemoInstall

cronie

Package Overview
Dependencies
29
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cronie

Simple tool for running cronjobs without crond.


Version published
Maintainers
1
Install size
785 kB
Created

Readme

Source

cronie

Simple tool for running cronjobs without crond.

Table of contents

  • Install
  • Usage

Install

npm global install cronie

Usage

Run curl google.com when time matches "* * * * *"

cronie run "* * * * *" curl google.com

Run ping google.com and restart it when time matches "* * * * *"

cronie restart "* * * * *" ping google.com

FAQs

Last updated on 24 Sep 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc