GithubHelp home page GithubHelp logo

muskanmahajan37 / nodejs-repo-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlecloudplatform/nodejs-repo-tools

0.0 0.0 0.0 748 KB

A tool used to maintain and test Google GitHub repositories.

License: Apache License 2.0

JavaScript 82.94% Smarty 14.82% Dockerfile 2.24%

nodejs-repo-tools's Introduction

status: inactive

This project is no longer actively developed or maintained.

nodejs-repo-tools build status coverage Greenkeeper badge

A tool used to maintain and test repositories in the GoogleCloudPlatform organization.

Table of contents

Installation

Via npm:

  1. npm install -g @google-cloud/nodejs-repo-tools
  2. repo-tools --help

Via download (Linux):

  1. curl -O https://storage.googleapis.com/cloud-docs-samples/releases/latest/nodejs-repo-tools-linux
  2. mv ./nodejs-repo-tools-linux $HOME/bin/repo-tools
  3. chmod +x $HOME/bin/repo-tools

Via download (Mac):

  1. curl -O https://storage.googleapis.com/cloud-docs-samples/releases/latest/nodejs-repo-tools-macos
  2. mv ./nodejs-repo-tools-macos $HOME/bin/repo-tools
  3. chmod +x $HOME/bin/repo-tools

Via download (Windows):

Download link

CLI usage

Usage: repo-tools --help or tools --help

Commands:
  exec                  Run a given command in /Users/jdobry/projects/nodejs-repo-tools.
  generate <targets..>  Generate the given target(s) in /Users/jdobry/projects/nodejs-repo-tools.
  test                  Run a test sub-command.
  unify                 (Node.js only) Recursively add sub-directory dependencies to the top-level package.json file.

Options:
  --build-pack, -b  Choices: nodejs, python, ruby. Detected: nodejs. The build pack to use. The tool will attempt to
                    detect which build to use.                                                                  [string]
  --local-path, -l  Current: /Users/jdobry/projects/nodejs-repo-tools. Use this option to set the current working
                    directory of the command.                                                                   [string]
  --dry-run         Default: false. Print the actions that would be taken, but don't actually do anything.     [boolean]
  --silent          Default: false. If true, hide the output of shell commands.                                [boolean]
  --help            Show help                                                                                  [boolean]
  --version         Show version number                                                                        [boolean]

For more information, see https://github.com/GoogleCloudPlatform/nodejs-repo-tools

Programmatic usage

  1. Install the tool:

    npm install --save @google-cloud/nodejs-repo-tools
    
  2. Then in your code:

    const tools = require('@google-cloud/nodejs-repo-tools');`
    

Language support

Support for various programming languages is added via [build packs][]. A build pack specifies language-specific config and commands that should be used when performing the various Repo Tools tasks. Repo Tools does its best to infer the build pack it should use, but when running a command to can specify a specific build pack with --build-pack [BUILD_PACK] or -b [BUILD_PACK].

Available build packs

  • global - The default, global configuration for all build packs.
  • nodejs - Build pack for the Node.js programming language.
  • python - Build pack for the Python programming language.
  • ruby - Build pack for the Ruby programming language.

Adding a build pack

A build pack can be added by adding a .js file to the src/build_packs directory. This file should export a JavaScript object. You can see the available options by perusing the existing build packs.

Contributing

See CONTRIBUTING.md.

License

Apache Version 2.0

See LICENSE.

nodejs-repo-tools's People

Contributors

alexander-fenster avatar fhinkel avatar grant avatar greenkeeper[bot] avatar jkwlui avatar jmdobry avatar justinbeckwith avatar lukesneeringer avatar snyk-bot avatar stephenplusplus avatar theacodes avatar

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.