Coder Social home page Coder Social logo

shelljs-plugin-help's Introduction

shelljs-plugin-help

npm Actions Status codecov GitHub license shelljs-plugin

A ShellJS help documentation plugin for getting quick documentation on ShellJS commands.

Installation

npm i shelljs
npm i shelljs-plugin-help

Usage

  • Get information on a ShellJS command: help(COMMAND)

COMMAND is an optional string representing a ShellJS command.

  • See available ShellJS documentation entries with no arguments passed: help()

Examples

To get more information on the ShellJS 'sed' command, you can do the following:

const shell = require('shelljs');
require('shelljs-plugin-help');

const sedDocs = shell.help('sed');
shell.echo(sedDocs.stdout);

To see a list of available shelljs-plugin-help documentation entries, you can call help without any arguments:

const shell = require('shelljs');
require('shelljs-plugin-help');

const availableDocs = shell.help();
shell.echo(sedDocs.stdout);

License

MIT

shelljs-plugin-help's People

Contributors

jessiefrance avatar nfischer avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

shelljs-plugin-help's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Error updating PR

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency eslint to v8.57.1
  • chore(deps): update dependency eslint-plugin-import to v2.30.0
  • chore(deps): update dependency mocha to v10.7.3
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency nyc to v17
  • fix(deps): update dependency marked to v14
  • fix(deps): update dependency marked-terminal to v7
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v3
  • actions/setup-node v3
  • codecov/codecov-action v3
npm
package.json
  • marked ^4.3.0
  • marked-terminal ^4.2.0
  • chai 4.4.1
  • eslint 8.56.0
  • eslint-config-airbnb-base 15.0.0
  • eslint-config-prettier 8.10.0
  • eslint-plugin-import 2.29.1
  • eslint-plugin-prettier 4.2.1
  • husky 8.0.3
  • lint-staged 13.3.0
  • mocha 10.2.0
  • nyc 15.1.0
  • prettier 2.8.8
  • shelljs 0.8.5
  • shelljs ^0.8.5
  • node >=v12.22.12

  • Check this box to trigger a request for Renovate to run again on this repository

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.