Installations
npm install ubborg-playbookie-pmb
Releases
Unable to fetch releases
Developer
mk-pmb
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
No
Node Version
8.17.0
NPM Version
6.14.17
Statistics
76 Commits
2 Watching
1 Branches
1 Contributors
Updated on 18 May 2024
Languages
JavaScript (96.12%)
Shell (3.88%)
Total Downloads
Cumulative downloads
Total Downloads
6,134
Last day
100%
2
Compared to previous day
Last week
-94.7%
2
Compared to previous week
Last month
330%
43
Compared to previous month
Last year
-4.1%
800
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
17
ubborg-playbookie-pmb
Translate ubborg dependency trees into ansible playbooks.
API
This module exports one function:
init(format, [opts])
Returns a Promise for a translate
function
that has the API described below.
format
is a supported input language specification
(see "Input formats" below)
and opts
is an optional options object.
Currently, no options are supported.
translate(resDescr)
Returns a Promise for, or a string of,
YAML code that can be used as an item in the tasks
list of an
ansible playbook to describe the resource described in resDescr
.
Usage
CLI: ./bin/cli.mjs todo.json
:TODO:
Input formats
The input language is specified as an object which must have at least the
name
and version
properties, both with a string value.
Currently supported languages:
- name
flatTodoJson
(as generated byubborg-planner-pmb
'sdepsTree
command), version200509-0700
.
Known issues
- Needs more/better tests and docs.
Â
License
ISC
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/10
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More