async-pm2
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

async-pm2

Just add "Async" after the function name

import { connectAsync, listAsync, startAsync } from "async-pm2"

async function main() {
    await connectAsync()
    const result = await startAsync("./app.js")
    console.log(result)
    const list = await listAsync()
    console.log(list)
}

main()

Readme

Keywords

none

Package Sidebar

Install

npm i async-pm2

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

18.4 kB

Total Files

5

Last publish

Collaborators

  • 1adybug