1.1.0 • Published 1 year ago

@artus-cli/plugin-help v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@artus-cli/plugin-help

Built-in plugin for showing help information in artus-cli

NPM version NPM quality NPM download Continuous Integration Test coverage Oss Insight Analytics

Install

$ npm i @artus-cli/plugin-help

Usage

// plugin.ts

export default {
  help: {
    enable: true,
    package: '@artus-cli/plugin-help',
  },
};

Contributing

$ npm test
$ npm run cov