@wachira/simp-cli

1.0.3 • Public • Published

simp-cli

A simple code execution tools that does whatever you want it to just not keep-alive type of commands

How it works

Create a json file in the root of your project named simp.json. Your file should like something this

{
    "commands": [
        // ... you list of a commands 
        "some command",
        "another command"
    ]
}

Note: Simp cannot execute commands that run forever e.g. nodemon, any keep-alive server you get the point

Next Update

  • 🔘 Webhook calls on successful/unsuccesful commands
  • 🔘 Serve html on active server

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @wachira/simp-cli

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    10.2 kB

    Total Files

    12

    Last publish

    Collaborators

    • wachira