node-saku
node-saku copied to clipboard
Inject env vars
trafficstars
For example
# hello
> Say hello
> - NAME=john
echo hello $NAME
and saku hello outputs hello john. (just idea)
hello
Say hello
- NAME=john
echo hello $NAME