Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

sergot/bamboo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a72d2d9 · Nov 14, 2017

History

29 Commits
Jan 5, 2016
Jan 5, 2016
Mar 9, 2016
Dec 17, 2015
Nov 13, 2016
Oct 31, 2017
Apr 25, 2017
Jan 7, 2016

Repository files navigation

bamboo

Perl 6 dependency manager (bundler)

Dependencies

Installation

To install, just type:

	panda install bamboo

Usage

Bamboo installs dependencies under $*CWD/lib (what is ./lib) after getting the dependency list from META.info (or .pandafile) from directory defined as --path parameter (what is ./ by default).

To install dependencies, just write:

	bamboo install

to change the dependency-list file location, use --path parameter:

	bamboo --path=src install

To generate META.info, write:

	bamboo init

if you do this after you create files in lib/ it generates depends and provides sections for you, automatically

and done. Enjoy! :)