show help information for @artus-cli
npm install @artus-cli/plugin-helpBuilt-in plugin for showing help information in artus-cli






``sh`
$ npm i @artus-cli/plugin-help
`ts
// plugin.ts
export default {
help: {
enable: true,
package: '@artus-cli/plugin-help',
},
};
`
`sh``
$ npm test
$ npm run cov