パッケージの詳細

@js-data/repo-tools

js-data18MIT1.0.1

Common utility scripts used by js-data repositories.

js-data, jsdata, repo, tools

readme

js-data logo

@js-data/repo-tools

Slack Status npm version npm downloads

Common utility scripts used by js-data repositories.

Refer to the package.json files of the various js-data adapter repositories to see this tool in action.

Table of contents

Quick Start

Install into a repository: npm i --save-dev @js-data/repo-tools

And update your scripts in package.json:

"scripts": {
  "lint": "repo-tools lint src/index.js test/**/*.js"
}

Or install globally: npm i -g @js-data/repo-tools

And use on the commandline:

repo-tools lint

Community

Explore the Community.

Support

Find out how to Get Support.

Contributing

Read the Contributing Guide.

License

The MIT License (MIT)

Copyright (c) 2020 @js-data/repo-tools project authors

更新履歴

1.0.0 - 18 January 2017
  • Upgraded dependencies
  • Removed some extra dependencies. Other js-data repos should not rely on packages that will be installed alongside js-data-repo-tools.
0.5.9 - 07 November 2016
  • Upgraded dependencies
0.5.8 - 07 November 2016
  • Upgraded dependencies
0.5.7 - 09 September 2016
  • Upgraded dependencies
  • Removed dependency babel-preset-es2015-rollup
  • Added rollup example config to resolve babel issue #71
0.5.6 - 10 August 2016
  • Upgraded dependencies
0.5.5 - 02 July 2016
  • Upgraded dependencies
0.5.4 - 15 June 2016
  • Upgraded dependencies
0.5.3 - 09 June 2016
  • Upgraded dependencies
0.5.2 - 16 May 2016
  • Moved more common dependencies to js-data-repo-tools
0.5.1 - 10 May 2016
  • Upgraded dependencies
0.5.0 - 29 April 2016
  • Move more common dependencies to js-data-repo-tools
0.4.0 - 28 April 2016
  • Upgraded dependencies
0.3.0 - 07 April 2016
  • Added write-version command
0.2.0 - 06 March 2016
  • Added dependency on estraverse-fb until a bug in eslint is fixed.
0.1.0 - 06 March 2016
  • Initial release
  • Supported scripts: authors, changelog, lint, updates