@commercetools-docs/ramldoc-generator

12.0.2 • Public • Published

commercetools Docs Kit "RAMLdoc" Generator

DEPRECATED in favor of the new @commercetools-docs/rmf-codegen package which provides the complete functionality of rmf-codegen without a restrictive wrapper CLI.

Migration

For installing the new dependency, please refer to the rmf-codegen README. Remove this package from your package.json

In scripts that automate the generation of the canonical RAML, for example the following previous command:

npx commercetools-ramldoc-generator --name <api-spec-name> --src <api-spec-source-path> --dest <api-spec-destination-path>

Would equal the following new command:

npx rmf-codegen <api-spec-source-path>/api.raml -o <api-spec-destination-path> -t RAML_DOC

Readme

Keywords

Package Sidebar

Install

npm i @commercetools-docs/ramldoc-generator

Weekly Downloads

7

Version

12.0.2

License

MIT

Unpacked Size

9.88 kB

Total Files

8

Last publish

Collaborators

  • gabriele.antonini-ct
  • nkuehn
  • emmenko
  • commercetools-admin