1.1.2 • Published 8 years ago

mos-init v1.1.2

Weekly downloads
131
License
MIT
Repository
github
Last release
8 years ago

mos-init

Add mos to your project

NPM version Build status for master Test coverage for master

Installation

npm install --save mos-init

Usage

const mosInit = require('mos-init')

License

MIT © Zoltan Kochan


Dependencies Dependency status for master

Dev Dependencies devDependency status for master

  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • cz-conventional-changelog: Commitizen adapter following the conventional-changelog format.
  • dot-prop: Get, set, or delete a property from a nested object using a dot path
  • eslint: An AST-based pattern checker for JavaScript.
  • eslint-config-standard: JavaScript Standard Style - ESLint Shareable Config
  • eslint-plugin-promise: Enforce best practices for JavaScript promises
  • eslint-plugin-standard: ESlint Plugin for the Standard Linter
  • ghooks: Simple git hooks
  • 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: simple, flexible, fun test framework
  • mos: A pluggable module that injects content into your markdown files via hidden JavaScript snippets
  • semantic-release: automated semver compliant package publishing
  • temp-write: Write string/buffer to a random temp file
  • validate-commit-msg: Script to validate a commit message follows the conventional changelog standard

Inspired by ava-init