This package has been deprecated

Author message:

WARNING: This project has been renamed to @ezs/ark. Install using @ezs/ark instead.

ezs-ark

1.0.1 • Public • Published

ark dedicated statatment for EZS plugin

This package cannot be used alone. EZS has to be installed.

Example

#!/usr/bin/env ezs
 
[use]
plugin = ark
 
[arkify]
naan = 12345
subpublisher = BCD

Installation

$ git clone https://github.com/touv/node-ezs-ark.git
$ cd node-ezs-ark
$ npm install -g ezs
$ npm install
$ npm link
$ npm run build 
$ echo "ark do nothing !" | ./examples/ark.ezs

Statements

Table of Contents

arkify

Take Object object, and throw the same object but with an ARK

Parameters

  • data
  • feed
  • target String field name to insert ARK (optional, default ark)
  • subpublisher String? Subpublisher
  • naan String? NAAN

Returns Object

Readme

Keywords

Package Sidebar

Install

npm i ezs-ark

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

8.69 kB

Total Files

10

Last publish

Collaborators

  • touv