0.0.13 • Published 3 years ago
@resultful/types v0.0.13
Monorepo
An assortment of miscellaneous libraries - Saves me time on rewriting build tooling
Packages
| Version | Package | Description |
|---|---|---|
| 1.4.3 | @pshaw/convict-util | A helper package for reading configs in using convict |
| 1.0.0-alpha.0 | @pshaw/fs | fs utilities |
| 1.0.0-alpha.0 | @pshaw/keyed-binary-heap | A implementation of a binary heap with O(1) search & item updates |
| 1.1.4-0 | @pshaw/resume-template | A template you can use to generate resumes |
| 0.0.2 | @resultful/types | String constants for the different result types returned by resultful |
| 3.1.4-0 | @writeme/core | A readme generator |
| 1.6.2-0 | css-color-checker | Library for determining the CSS color format of string values |
| 1.0.0-alpha.0 | custom-element | TODO |
| 1.0.0-alpha.0 | dom-context | A React Context API-like context API for web components |
| 2.2.4-0 | hook-schema | A package for adding no operation (noop) hooks to incomplete hook objects |
| 1.0.0-alpha.1 | ipc-fifo-processor | Makes IPC connections appear FIFO |
| 4.0.0 | jest-mock-functions | Mock all functions inside an array or object literal with Jest |
| 1.6.1 | named-css-colors | Package of named CSS colors and their values |
| 4.0.0 | replace-functions | Mock all functions inside an array or object literal |
| 0.0.2 | resultful | Return exceptions, errors and successful results |
| 4.0.1-0 | sinon-stub-functions | Stub all functions inside an arrays, objects and classes with sinon |
| 1.0.0-alpha.6 | stream-filter-glob | Filters out paths based off a micromatch glob |
| 1.0.0-alpha.0 | tree-suffix-mapper | Maps suffixes of a tree to particular values |
Cinder
| Version | Package | Description |
|---|---|---|
| 1.0.0-alpha.2 | @cinderjs/babel-plugin-transform-jsx | Convert JSX logic to cinder compatible JavaScript |
| 1.0.0-alpha.2 | @cinderjs/core | Cinder runtime |
| 1.0.0-alpha.2 | @cinderjs/element | Cinder element |
| 1.0.0-alpha.2 | cinder | A compile/runtime hybrid DOM rendering framework |
Build tooling
| Version | Package | Description |
|---|---|---|
| 1.0.0-alpha.1 | @buildplan/core | Programatic API for Buildplan |
| 1.0.0-alpha.1 | @pipelines/babel-parse | Pipelines Babel integration |
| 1.0.0-alpha.1 | @pipelines/core | Programatic API for Buildplan |
Contextual documents
| Version | Package | Description |
|---|---|---|
| 1.0.0-alpha.0 | @contextual-documents/classname-picker | TODO |
| 1.0.0-alpha.0 | @contextual-documents/element | TODO |
| 1.0.0-alpha.0 | @contextual-documents/html-elements | Helper HTMLElement classes that implement elements that use the @contextual-documents/html-symbols |
| 1.0.0-alpha.0 | @contextual-documents/html-symbols | TODO |
| 1.0.0-alpha.0 | @contextual-documents/matcher-info | TODO |
| 1.0.0-alpha.0 | @contextual-documents/suffix-element | TODO |
By Example
| Version | Package | Description |
|---|---|---|
| 1.0.0-alpha.6 | @byexample/cli | Use byexample packages using a CLI |
| 1.0.0-alpha.6 | @byexample/openapi | Generate OpenAPI schemas from examples |
| 1.0.0-alpha.6 | @byexample/storybook-addon-auto-knobs | Automatically created knobbed versions of your stories based on value and prop types |
| 1.0.0-alpha.6 | @byexample/storybook-knobified | Automatically created knobbed versions of your stories based on value and prop types |
| 1.0.0-alpha.6 | @byexample/types | Extract type information from examples |
Documentation
| Version | Package | Description |
|---|---|---|
| 1.4.3 | @pshaw/markdown-util | A helper package for writing markdown files |
Logging
| Version | Package | Description |
|---|---|---|
| 2.0.5-0 | @pshaw/logger | A preformatted, opinionated logger |
ESLint
| Version | Package | Description |
|---|---|---|
| 1.4.2 | @pshaw/eslint-config-core | A pratical style preset for ESLint |
| 1.4.2 | @pshaw/eslint-config-plugin-cinder | A pratical Cinder style preset for ESLint |
| 1.4.4-0 | @pshaw/eslint-config-plugin-import | eslint-plugin-import configuration |
| 1.4.2 | @pshaw/eslint-config-plugin-react | A pratical React style preset for ESLint |
| 1.4.3 | @pshaw/eslint-config-plugin-typescript | A pratical Typescript style preset for ESLint |
| 1.4.3-0 | @pshaw/eslint-config-preset | A pratical style preset for ESLint |
FaultJS
| Version | Package | Description |
|---|---|---|
| 1.0.0-alpha.1 | @fault/addon-hook-schema | Hook schema for Fault.js addons |
| 1.0.0-alpha.1 | @fault/addon-istanbul | Report istanbul coverage |
| 1.0.0-alpha.1 | @fault/addon-mutation-localization | Fault AST localization |
| 1.0.0-alpha.1 | @fault/addon-sbfl | A spectrum based localization addon |
| 1.0.0-alpha.1 | @fault/benchmark | Also known as DefectsJS. A benchmarking library for measuring various fault localization/repair algorithms in Fault.js |
| 1.0.0-alpha.1 | @fault/benchmark-viewer-components | Also known as DefectsJS. A benchmarking library for measuring various fault localization/repair algorithms in Fault.js |
| 1.0.0-alpha.0 | @fault/istanbul-util | Helper functions for use with istanbul |
| 1.0.0-alpha.1 | @fault/localization-util | Utility package containing common fault localization methods |
| 1.0.0-alpha.1 | @fault/messages | Helper methods for easier communication between the main @fault/runner process and its workers |
| 1.0.0-alpha.1 | @fault/record-faults | Record faults |
| 1.0.0-alpha.1 | @fault/runner | The official Fault.js test runner |
| 1.0.0-alpha.1 | @fault/sbfl-barinel | Barinel algorithm for use with @fault/addon-sbfl |
| 1.0.0-alpha.1 | @fault/sbfl-dstar | DStar algorithm for use with @fault/addon-sbfl |
| 1.0.0-alpha.1 | @fault/sbfl-ochiai | Ochiai algorithm for use with @fault/addon-sbfl |
| 1.0.0-alpha.1 | @fault/sbfl-op2 | Op2 algorithm for use with @fault/addon-sbfl |
| 1.0.0-alpha.1 | @fault/sbfl-tarantula | Tarantula algorithm for use with @fault/addon-sbfl |
| 1.0.0-alpha.1 | @fault/tester-mocha | Use Mocha tests in the fl test runner |
| 1.0.0-alpha.1 | @fault/types | Package containing all type values for Fault.js |
Personal (Patrick Shaw)
| Version | Package | Description |
|---|---|---|
| 1.0.0-alpha.0 | @pshaw/colors-scss | Nice colors SCSS package |
| 1.0.0-alpha.0 | @pshaw/contextual-documents | A nice, sensible, web component based Contextual Document API |
| 1.0.0-alpha.0 | @pshaw/contextual-documents-scss | SCSS files for @pshaw/contextual-documents-scss |
| 1.0.0-alpha.0 | @pshaw/contextual-documents-style-root | Contextual document style root for @pshaw/contextual-documents-scss |
| 1.4.2 | @pshaw/eslint-config-core | A pratical style preset for ESLint |
| 1.4.2 | @pshaw/eslint-config-plugin-cinder | A pratical Cinder style preset for ESLint |
| 1.4.4-0 | @pshaw/eslint-config-plugin-import | eslint-plugin-import configuration |
| 1.4.2 | @pshaw/eslint-config-plugin-react | A pratical React style preset for ESLint |
| 1.4.3 | @pshaw/eslint-config-plugin-typescript | A pratical Typescript style preset for ESLint |
| 1.4.3-0 | @pshaw/eslint-config-preset | A pratical style preset for ESLint |
| 1.0.0-alpha.0 | @pshaw/typography-scss | Nice typograhpy SCSS package |
This documentation was generated using writeme