Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkochan/mos-plugin-scripts
A mos plugin that generates a section with npm scripts descriptions
https://github.com/zkochan/mos-plugin-scripts
Last synced: 10 days ago
JSON representation
A mos plugin that generates a section with npm scripts descriptions
- Host: GitHub
- URL: https://github.com/zkochan/mos-plugin-scripts
- Owner: zkochan
- License: mit
- Created: 2016-04-04T00:13:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T19:51:45.000Z (about 8 years ago)
- Last Synced: 2024-12-06T09:33:08.408Z (17 days ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mos-plugin-scripts
A [mos](https://github.com/zkochan/mos) plugin that generates a section with npm scripts descriptions
[![Dependency status](https://img.shields.io/david/zkochan/mos-plugin-scripts.svg?style=flat)](https://david-dm.org/zkochan/mos-plugin-scripts)
[![Build status](https://img.shields.io/travis/zkochan/mos-plugin-scripts.svg?style=flat)](https://travis-ci.org/zkochan/mos-plugin-scripts)
[![NPM version](https://img.shields.io/npm/v/mos-plugin-scripts.svg?style=flat)](https://www.npmjs.com/package/mos-plugin-scripts)
[![Test coverage](https://img.shields.io/coveralls/zkochan/mos-plugin-scripts.svg?style=flat)](https://coveralls.io/r/zkochan/mos-plugin-scripts?branch=master)## Installation
This module is installed via npm:
``` sh
npm install mos-plugin-scripts --save
```## License
MIT © [Zoltan Kochan](http://kochan.io)
## Dependencies
- [npm-scripts-info](https://github.com/srph/npm-scripts-info): Display the description of your npm scripts.
- [read-pkg-up](https://github.com/sindresorhus/read-pkg-up): Read the closest package.json file## Dev Dependencies
- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [eslint](https://github.com/eslint/eslint): An AST-based pattern checker for JavaScript.
- [eslint-config-standard](https://github.com/feross/eslint-config-standard): JavaScript Standard Style - ESLint Shareable Config
- [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise): Enforce best practices for JavaScript promises
- [eslint-plugin-standard](https://github.com/xjamundx/eslint-plugin-standard): ESlint Plugin for the Standard Linter
- [istanbul](https://github.com/gotwarlost/istanbul): Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests
- [mocha](https://github.com/mochajs/mocha): simple, flexible, fun test framework
- [mos](https://github.com/zkochan/mos): Keeps your markdown files up to date
- [semantic-release](https://github.com/semantic-release/semantic-release): automated semver compliant package publishing