File: documentation.yml

package info (click to toggle)
node-puka 1.0.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 720 kB
  • sloc: javascript: 1,546; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
toc:
- name: Basic API
  children:
  - sh
  - unquoted
- name: Advanced API
  description: |
    If these functions make life easier for you, go ahead and use them; they
    are just as well supported as the above. But if you aren't certain you
    need them, you probably don't.
  children:
  - quoteForShell
  - quoteForCmd
  - quoteForSh
  - ShellString
- name: Secret API
  description: |
    Some internals of string formatting have been exposed for the ambitious and
    brave souls who want to try to extend Puka to handle more shells or custom
    interpolated values. This ‘secret’ API is partially documented in the code
    but not here, and the semantic versioning guarantees on this API are bumped
    down by one level: in other words, minor version releases of Puka can change
    the secret API in backward-incompatible ways, and patch releases can add or
    deprecate functionality.

    If it's not even documented in the code, use at your own risk—no semver
    guarantees apply.