igem-cli
v1.1.0
Published
A command line tool to make uploading to the iGEM website easier.
Downloads
52
Readme
iGEM CLI
This is a repository for the iGEM CLI by Team Washington. Currently it is a work in progress.
Installation for both
- Set the
IGEM_USERNAME
andIGEM_PASSWORD
environment variables to your password.- On mac this is done by going to
.bash_profile
and doingexport IGEM_USERNAME=insertigemusernamehere
and similar for password on a new line. - On windows, find the settings panel and set it there instead.
- On mac this is done by going to
- Follow the instructions below
General Installation
nvm use
npm installglobal
igem-cli
Dev Installation
nvm use
npm install
npm run start