Skip to content

formwork-io/iron-contrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosh-contrib

A collection of scripts for the go shell.

This is free software with ABSOLUTELY NO WARRANTY.

image

Python

create_python_env

Creates a virtual environment for a specific Python interpreter and dependency set.

default GOSH_CONTRIB_PYTHON_VIRTUALENV "/path/to/virtualenv.py"
default GOSH_CONTRIB_PYTHON_REQ_DEPS   "/path/to/deps.req"
default GOSH_CONTRIB_PYTHON_OPT_DEPS   "/path/to/deps.opt"
default GOSH_CONTRIB_PYTHON_VENV       "/path/to/python-env"
create_python_env "python3"

Node

create_node_env

Creates node_modules from package.json and adds its .bin directory to the PATH.

default GOSH_CONTRIB_NODE_NPM_PKGJSON "/path/nodeenv1/package.json"
default GOSH_CONTRIB_NODE_NPM_MODPATH "/path/nodeenv1"
create_node_env

Ruby

create_gem_path

Creates a gem path from a Gemfile and adds its bin directory to the PATH

default GOSH_CONTRIB_RUBY_GEMPATH "/path/to/gems"
default GOSH_CONTRIB_RUBY_GEMFILE "/path/to/Gemfile"
create_gem_path

ESLint

create_eslint_env

TODO

Releases

No releases published

Packages

No packages published

Languages