view tasks.py @ 465:ccac960348a7

cm: Add `package.json` information.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 06 Oct 2018 19:47:35 -0700
parents 41cdccd71717
children
line wrap: on
line source

from invoke import Collection
from monkeys.release import makerelease


ns = Collection()
ns.add_task(makerelease, name='release')