Giter Site home page Giter Site logo

dev's Introduction

dev

TODO:

  • []: Define README.md
  • []: Add make upgrade target command - upgrade dev package and check Makefile -.
  • []: make list-recipe group recipes by package.
  • []: Check when require that .mk file exists and do not require again.
  • []: Add constraining to cli install only works for Darwin, otherwise Unsupported OS, exiting
  • []: Add support to cli install for Linux.
  • []: Refactor cli install to install without a version, otherwise warn user.
  • []: Any install cli option to overwrite existing version without suffix.
  • []: Rename function strip_output to github_strip_output.
  • []: Fix function names _prefix for _suffix.
  • [] Double check recipe description

Note:

An alternative approach is place a link to samplegentool in the GOBIN directory. If your GOBIN is not set, it defaults to GOPATH/bin. If GOPATH is not set either (which is what I do, since I'm all in on modules), it should be in $HOME/go/bin.

dev's People

Contributors

dohernandez avatar dependabot[bot] avatar

Watchers

 avatar

dev's Issues

make list-recipes require description

When run make list-recipes the output is the following

make list-recipes
List of recipes enabled:
  version                Print the version number of make dev tools.
    version              Print the version number of dev tools.
  check                  Utilities for checking code (requires: bool64/dev/lint, /test)
    check                Run all checks belonging to check group, lint and test

check recipe requires bool64/dev/lint and dev/test but instead is showing bool64/dev/lint and /test

Desire output
List of recipes enabled:
  version                Print the version number of make dev tools.
    version              Print the version number of dev tools.
  check                  Utilities for checking code (requires: bool64/dev/lint, dev/test)
    check                Run all checks belonging to check group, lint and test

Improve help desc group target

Improve help description by grouping the group target in such as way that the user could know the commands and which commands will run this group target.

Acceptance criteria

  • Desc should show group target separately from the normal commands
  • Group target should show which are the commands belongs to it and will be run.

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.