1439 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
4 results tagged project x
  • thumbnail
    Don‘t Estimate Project Costs - DEV Community
    May 4, 2021 at 7:50:21 PM UTC - permalink -
    QRCode
    - https://dev.to/ovid/don-t-estimate-project-costs-346m
    cost devis estimation management project
  • https://www.tamingdata.com/wp-content/uploads/2010/07/tree-swing-project-management-large.png
    July 6, 2018 at 8:30:15 AM UTC * - permalink -
    QRCode
    - https://www.tamingdata.com/wp-content/uploads/2010/07/tree-swing-project-management-large.png
    development fun modelisation project project-managment rache tree
  • thumbnail
    dependencies - How can I add an external, third-party dependency to a perl6 project?

    Where should I look for perl 6 libraries?

    modules.perl6.org.

    When I've chosen one, how can I add it to my perl 6 project?

    Use zef to install it on your local system.

    Read the modules doc page for directions on useing a module in your project.

    If I find it [somewhere], how can I add it to my perl 6 project?

    If zef can see it (and zef will usually be able to see a module if its repo is listed at modules.perl6.org) then zef should be able to install it. If not, contact the author or ask about it on #perl6.

    As an answer to point 2) and 3) , you can take a look at 6pm. It's idea is to be NPM for Perl6. It works over Zef.

    $ 6pm init
    
    # Install dependencies to ./perl6_modules and add it to META6.json 
    $ 6pm install Test::Meta --save
    
    # Run a file using the local dependencies
    $ 6pm exec-file test.p6
    
    # Make your code always use 6pm by making it "use SixPM;"
    $ perl6 test.p6

    See the full documentation for more information.

    October 5, 2017 at 11:18:21 AM UTC * - permalink -
    QRCode
    - https://stackoverflow.com/questions/32795557/how-can-i-add-an-external-third-party-dependency-to-a-perl6-project/
    6pm dependencies module project raku zef
  • Leiningen

    for automating Clojure projects without setting your hair on fire

    May 8, 2015 at 12:53:40 PM UTC - permalink -
    QRCode
    - http://leiningen.org/
    automation build clojure dependencies packaging project publishing test
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation