1.0.0 • Published 7 years ago

js-data-repo-tools v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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) 2017 js-data-repo-tools project authors

1.0.0

7 years ago

0.5.9

8 years ago

0.5.8

8 years ago

0.5.7

8 years ago

0.5.6

8 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago