dictionaryofpatterns
TypeScript icon, indicating that this package has built-in type declarations

1.0.385 • Public • Published

dictionaryofpatterns

Dictionary Of Patterns — Searchable Dictionary Of Standard Patterns For Software Development

THIS PROJECT IS STILL IN THE DESIGN PHASE

IDEAS & CONTRIBUTIONS ARE WELCOME

An Open Source Universe Project


Contents

Features ✨

  • List of Patterns Planned
  • Definitions for Each Pattern Planned
  • Visuals for Each Pattern Planned
  • Searchable Grid of All Patterns Organized by Topic Planned
  • Code Components for Each Pattern Planned
  • Pattern Validation Code for Each Pattern Planned

Install 🛠

npm install dictionaryofpatterns

Usage 🔭

Read more about the Design behind dictionaryofpatterns here.

import { fullTestCoverage } from 'dictionaryofpatterns';

//  Search the Dictionary of Patterns Public Grid to Understand the definition of fullTestCoverage
const { passing } = await fullTestCoverage({
  src: 'path/to/app/source/code',
  testCommand: 'npm run test',
  coverageDir: 'path/to/coverage/reporter/output',
  coverageReporter: 'lcov'
});

// passing = true, if your application has 100% test coverage.

Documentation 🛰

dictionaryofpatterns is under active development, documentation will be added once an initial release is ready.

Contributing 🌎

We would love for you to contribute your ideas, code, & fixes to dictionaryofpatterns.

We encourage everyone to read our Design Document to learn more about the thought process behind dictionaryofpatterns.

Also check out the rewards offered for contributing to the Open Source Universe.

License ⚖️

MIT

Package Sidebar

Install

npm i dictionaryofpatterns

Weekly Downloads

0

Version

1.0.385

License

MIT

Unpacked Size

8.13 kB

Total Files

6

Last publish

Collaborators

  • a-n-u-b-i-s