This package has been deprecated

Author message:

This package is unmaintained and for reference only, please use the native tools instead

build-tools-javascript

1.3.0 • Public • Published

npm version

build-tools-javascript

Set of tools and configurations to work with JavaScript: linter and documentation.

  • Linter: eslint runner and adidas linter configs.
  • JavaScript documentation: based on jsdoc tool.

Install

npm install --save-dev build-tools-javascript

Usage

To use adidas linter configurations check https://github.com/adidas/js-linter-configs/tree/master/packages/eslint-config-adidas-es6.

To use jsdoc, create a jsdoc.config.js file with the following:

const jsdocConfig = require('build-tools-javascript/jsdoc.config.js');
const { name } = require('./package.json');

jsdocConfig.systemName = name;

module.exports = jsdocConfig;

Then you can run jsdoc, e.g:

npx jsdoc -r -c ./jsdoc.config.js -R ./README.md -d doc src/

Links

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i build-tools-javascript

    Weekly Downloads

    42

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    3.93 kB

    Total Files

    5

    Last publish

    Collaborators

    • adidas