@monpo/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published
import { Runner } from '@monpo/core';

const runner = new Runner({
  packages: '/Users/foo/packages',
  scope: ['@monpo/cli'],
});

runner.exec({
  cmd: 'npm install',
});

runner.publish({
  version: '1.0.1',
});

Readme

Keywords

none

Package Sidebar

Install

npm i @monpo/core

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

22.3 kB

Total Files

23

Last publish

Collaborators

  • xpepermint