lincoln-harris / boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boilerplate

image

codecov

image

What is boilerplate?

boilerplate contains all the boilerplate you need to create a Python package.

  • Free software: MIT license
  • Documentation: https://czbiohub.github.io/boilerplate

Installation

To install this code, clone this github repository and use pip to install

git clone <https://github.com/>czbiohub/boilerplate.git 
cd boilerplate 

# The "." means "install *this*, the folder where I am now"
pip install . 

Usage

Greet a name multiple times!

$ boilerplate hello --name "Rosalind Franklin" --count 10 

Features

  • TODO

About

License:MIT License


Languages

Language:Python 93.9%Language:Makefile 6.1%