Skip to content
This repository has been 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

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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! :)

About

Perl 6 dependency manager (bundler)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Other 100.0%