1.1.1 • Published 9 years ago

shsscrpt v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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)

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago