mkscript

1.0.0 • Public • Published

mkscript

A command-line tool for creating executable scripts.

Installation

$ npm i -g mkscript

How it works

$ mks -h
    
    Usage: mks [options] <file>
    
    Options:
    
    -h, --help     output usage information
    -V, --version  output the version number
    -t, --text     generate an empty text file
    -b, --bash     generate an executable bash script
    -n, --node     generate an executable node script
    -r, --ruby     generate an executable ruby script
    -p, --python   generate an executable python script

Readme

Keywords

Package Sidebar

Install

npm i mkscript

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • srbdev