shsscrpt

1.1.1 • Public • Published

ShellScript

Join the chat at https://gitter.im/chikadi/shellscript

This is the official ShellScript compiler. ShellScript is a language that compiles written lines of code to runnable shell commands.

Install

Install using npm

$ npm install shsscrpt

About

ShellScript is a shell command runner written in Python.

Syntax

Basic ShellScript looks like a .gitignore file. Simply write the commands you want, each command gets it own line. See example.shs.

Running

You can use ShellScript by creating a .shs file and putting your commands in the file. Then, run your file using shs.run - for a run configuration, or shs <filename> - in the terminal. (Note: shs <filename> will only work if you have downloaded ShellScript through npm)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    3
    • latest

Version History

Package Sidebar

Install

npm i shsscrpt

Weekly Downloads

3

Version

1.1.1

License

MIT

Last publish

Collaborators

  • bjskistad