gh-sig
v0.0.2
Published
GitHub Action Shell Helper
Downloads
117
Maintainers
Readme
gh-action-sh
GitHub Action Shell Helper
Installation
npm install gh-action-sh
Usage
import { action } from 'gh-action-sh';
action(() => {
console.log('Hello World');
});