https://github.com/js-data/js-data-repo-tools
Common utility scripts used by js-data repositories.
https://github.com/js-data/js-data-repo-tools
Last synced: 2 months ago
JSON representation
Common utility scripts used by js-data repositories.
- Host: GitHub
- URL: https://github.com/js-data/js-data-repo-tools
- Owner: js-data
- License: mit
- Created: 2016-03-03T18:43:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T05:12:45.000Z (over 2 years ago)
- Last Synced: 2024-04-27T06:21:23.492Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 664 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @js-data/repo-tools
[![Slack Status][sl_b]][sl_l]
[![npm version][npm_b]][npm_l]
[![npm downloads][dn_b]][dn_l]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](#quick-start)
* [Community](#community)
* [Support](#support)
* [Contributing](#contributing)
* [License](#license)## Quick Start
Install into a repository: `npm i --save-dev @js-data/repo-tools`And update your scripts in `package.json`:
```js
"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](http://js-data.io/docs/community).
## Support
[Find out how to Get Support](http://js-data.io/docs/support).
## Contributing
[Read the Contributing Guide](http://js-data.io/docs/contributing).
## License
The MIT License (MIT)
Copyright (c) 2020 @js-data/repo-tools project authors
* [LICENSE](https://github.com/js-data/js-data-repo-tools/blob/master/LICENSE)
* [AUTHORS](https://github.com/js-data/js-data-repo-tools/blob/master/AUTHORS)
* [CONTRIBUTORS](https://github.com/js-data/js-data-repo-tools/blob/master/CONTRIBUTORS)[sl_b]: http://slack.js-data.io/badge.svg
[sl_l]: http://slack.js-data.io
[npm_b]: https://img.shields.io/npm/v/js-data-repo-tools.svg?style=flat
[npm_l]: https://www.npmjs.org/package/js-data-repo-tools
[dn_b]: https://img.shields.io/npm/dm/js-data-repo-tools.svg?style=flat
[dn_l]: https://www.npmjs.org/package/js-data-repo-tools