1.0.2 • Published 7 years ago

mos-plugin-execute v1.0.2

Weekly downloads
123
License
MIT
Repository
github
Last release
7 years ago

mos-plugin-execute

Mos plugin to inline a process output

npm version

Installation

npm install --save mos mos-plugin-execute

Usage

We can load this file via the example plugin. This mos plugin will execute the supplied command and inject it's output.

In the current README.md we have this code snippet:

<!--@execute('echo', ['works'])-->
<!--/@-->

It produces this code block:

works

API

  • execute(command, args)

License

MIT © Renan Mendes Carvalho

1.0.2

7 years ago

1.0.1

7 years ago

1.0.1-5

7 years ago

1.0.1-4

7 years ago

1.0.1-3

7 years ago

1.0.1-2

7 years ago

1.0.1-1

7 years ago

1.0.1-0

7 years ago