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)

Readme

Keywords

Package Sidebar

Install

npm i shsscrpt

Weekly Downloads

2

Version

1.1.1

License

MIT

Last publish

Collaborators

  • bjskistad