Skip to content

sergot/bamboo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
lib
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 

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%