Registry / devops / atma-io-middleware-yml

atma-io-middleware-yml

JSON →
library1.1.25jsnpmunverified

A YAML middleware plugin for Atma.IO file system and Atma.Toolkit, enabling automatic transpilation of YAML files to JSON on the fly. Version 1.1.25 is the latest stable release, with no frequent updates. It integrates with Atma.IO, Atma Toolkit, and App Bundler, offering a simple configuration-based setup. Differentiators include seamless plugin installation via Atma CLI and support for custom YAML settings.

npm install atma-io-middleware-yml
INSTALL
IMPORT
SIG · ATMA-IO-MIDDLEWARE
A
atma-io-middleware-yml
devopsjavascriptv1.1.25
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

middleware
// No direct import; configured via package.json "plugins" or AppBundler "middlewares"
require('atma-io-middleware-yml')
This is a middleware plugin, not a library; it is loaded automatically by Atma.IO or AppBundler when registered in configuration.

Configures Atma Toolkit to use the YAML middleware plugin with custom YAML settings.

{ "devDependencies": { "atma-io-middleware-yml": "^1.1.0" }, "atma": { "plugins": [ "atma-io-middleware-yml" ], "settings": { "atma-io-middleware-yml": { "yml": { // YAML options (e.g., safeLoad, schema) } } } } }
Debug
Known issues
gotchaRequires atma-io or Atma.Toolkit as a peer dependency; does not work standalone.
fix
Ensure you have atma-io or Atma.Toolkit installed in your project.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'atma-io-middleware-yml'
Plugin not installed or not listed in dependencies.
fix
Run `npm install atma-io-middleware-yml --save-dev` or `atma plugin install atma-io-middleware-yml --save-dev`.
Upgrade
Version history
1.1.25latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
2
Resources
atma-io-middleware-yml — npm install atma-io-middleware-yml · libregistry