Skip to content

Latest commit

 

History

History
 
 

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Popper-CLI

A CLI tool to help bootstrap projects that follow the Popper convention. For a quickstart guide on how to use the CLI, look here.

Install

pip

We have a pip package available. To install:

pip install popper

Manual

git clone --recursive git@github.com:systemslab/popper
export PATH=$PATH:$PWD/popper/cli/bin

NOTE: the --recursive flag is needed in order to checkout all the dependencies.

Usage

To get an overview and list of commands check out the command line help:

popper --help