Git Product home page Git Product logo

bamboo's Introduction

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

bamboo's People

Contributors

tadzik avatar zoffixznet avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bamboo's Issues

bamboo init

Make bamboo init work.

It should:

  • get project name
  • get author
  • get description
  • get repo address
  • optional get license
  • optional dependencies
  • optional

and create a META.info containing the above info.

minor: panda install bamboo should be Bamboo

root@a681e305f150:/home/perl6-project# panda install bamboo
resolve stage failed for bamboo: Project bamboo not found in the ecosystem. Maybe you meant Bamboo? Maybe try "panda update" first?

root@a681e305f150:/home/perl6-project# panda install Bamboo
panda provides the requested Panda
==> Fetching Bamboo
==> Building Bamboo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.