queenbee

0.0.4 • Public • Published

✨ queen bee ✨

a small tool to help with managing applications 🐝

GitHub Repo Stars License


npm i -g queenbee confectionery

confectionery is required by queenbee and must also be installed globally for a global installation of queenbee to use it

Worker Bees

A worker bee file outlines basic configurations and functions of the script.

The following is generated by running queenbee init TestBee:

{
  "name": "TestBee",
  "description": "New worker bee from template.",
  "glyph": "🐝",
  "delay": 1000,
  "enableControls": true,
  "commands": [
    "echo \"Hello, I am your new worker bee!\"",
    "echo \"These commands will be executed in order.\" > ./worker-bee.txt",
    "cat ./worker-bee.txt",
    "rm ./worker-bee.txt",
    ">&2 echo \"Logs to stderr will appear red!\""
  ],
  "logSettings": {
    "commands": true,
    "stdout": true,
    "stderr": true
  }
}

Result of running queenbee run TestBee:

Package Sidebar

Install

npm i queenbee

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

108 kB

Total Files

12

Last publish

Collaborators

  • enbytedev