Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@interaktiv/mibuilder-core

dieinteraktiven62LICENSE SEE IN LICENSE2.2.0

Core libraries to interact with MiBuilder projects.

dia, mibuilder

readme

@interaktiv/mibuilder-core

Core libraries to interact with MiBuilder projects.

Commitizen friendly Conventional Commits Semantic Release Code of Conduct MIT License

npm latest version npm next version

This Solution

Core libraries to interact with MiBuilder projects and other utilities.

Table of Contents

Installation

This module can be installed via npm which is bundled with Node.js and should be installed as one of your project's dependencies:

npm install --save @interaktiv/mibuilder-core

Usage

See the draft API Documentation.

References

Other Use Cases

If you lack some use cases, you are welcome to open a pull request and add it. We'll come back to you and see how we can support your use case and present it to all devs.

Please consult the contribution guides before contributing.

Acknowledgements

This library is heavily inspired by @salesforce/core. Thank you 💙

License

MIT Copyright © 2020-present die.interaktiven GmbH & Co. KG

changelog

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.0 (2020-08-02)

Features

  • resolve default google service config file path (#14) (e4124bd)

2.1.1 (2020-07-30)

Bug Fixes

  • deps: update @interaktiv/traveling-fastlane to 2.0.2 (f633e23)

2.1.0 (2020-05-13)

Bug Fixes

  • deps: update @interaktiv/traveling-fastlane to 2.0.1 (52c4eac)

Features

  • expose @interaktiv/traveling-fastlane as api of this package (d567185)

2.0.6 (2020-05-13)

Bug Fixes

  • git: fix lift2 implementation in git module (d358982)

2.0.5 (2020-05-13)

Bug Fixes

  • deps: update @interaktiv/traveling-fastlane to 2.0.0 (1bcf9a3)

2.0.4 (2020-05-12)

Bug Fixes

  • logger: fix winston imports (395a31f)
  • mibiulder-error: fix import of mibuilder-colors for render() (b140821)

2.0.3 (2020-05-10)

Bug Fixes

  • ux: fix @oclif/screen import (d62476a)

2.0.2 (2020-05-10)

Bug Fixes

  • logger: fix useMemoryLogging return value (491f43f)

2.0.1 (2020-05-10)

Bug Fixes

  • ux: fix wrong import for env module (a5c199a)

2.0.0 (2020-05-10)

⚠ BREAKING CHANGES

  • ux: refactor ux exports as static props on UX class

Bug Fixes

  • ux: move ux from function to class, refactor exports (7ce81f8)

1.1.0 (2020-05-10)

Bug Fixes

  • config: do not export resolve-config-path as default (9615ffd)
  • config: fix config.update throws an error instead of updating the key (0ab4434)
  • config: fix getInGroup should return undefined instead of empty obj (8b3bbfe)
  • config: fix getLocation reports wrong config key location (72ef731)
  • config: fix missing env scope for config files (b18a715)
  • deps: update @interaktiv/dxl to 1.2.0 (3316133)
  • logger: move to createChild, root into Logger as static methods (4d8bba2)
  • proejct: validate json for explicit type (b42b511)

Features

  • config: add input validation for most config keys (c87be31)
  • test: add common test-setup module (49f7a93)

1.0.2 (2020-05-04)

Bug Fixes

  • package: fix repo url in package.json (6d65ab1)

1.0.1 (2020-05-04)

Bug Fixes

  • logger: fix logger levels export (fe41f7b)

1.0.0 (2020-05-03)

Features