github.com/jfrog/jfrog-cli-core@v1.12.1/README.md (about)

     1  # jfrog-cli-core
     2  
     3  ## General
     4  
     5  **jfrog-cli-core** is a go module which contains the core code components used by the [JFrog CLI source code](https://github.com/jfrog/jfrog-cli).
     6  
     7  ## Pull Requests
     8  
     9  We welcome pull requests from the community.
    10  
    11  ### Guidelines
    12  
    13  - If the existing tests do not already cover your changes, please add tests.
    14  - Pull requests should be created on the **dev** branch.
    15  - Please use gofmt for formatting the code before submitting the pull request.
    16  
    17  # Tests
    18  
    19  To run the tests, execute the following command from within the root directory of the project:
    20  
    21  ```sh
    22  go test -v github.com/jfrog/jfrog-cli-core/tests -timeout 0
    23  ```