JSPM

  • Created
  • Published
  • Downloads 49
  • Score
    100M100P100Q45570F
  • License Apache

cml规范校验工具

Package Exports

  • chameleon-linter

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chameleon-linter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Open CML Linter

cml 文件语法校验工具

包括以下四个部分,校验cml和interface文件

Install

npm i chameleon-linter --save

Usage

const linter = require('chameleon-linter');
const cmlPath = '/home/${user}/cml-project';
linter(cmlPath);

License

Open cml linter is available as free and open source under the Apache License, Version 2.0.