Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
raml-1-parser-temp
Advanced tools
[![Build Status](https://travis-ci.org/raml-org/raml-js-parser-2.svg?branch=master)](https://travis-ci.org/raml-org/raml-js-parser-2)
See http://raml.org for more information about RAML.
This parser is at a beta state of development, as part of the API Workbench development cycle (http://apiworkbench.com).
npm install raml-1-parser
node node_modules/raml-1-parser/test/test01.js //synchronously loads XKCD API from local file system and prints its JSON representation
node node_modules/raml-1-parser/test/testAsync01.js //asynchronously loads XKCD API from local file system and prints its JSON representation
node node_modules/raml-1-parser/test/test02.js //synchronously loads XKCD API from github and prints its JSON representation
node node_modules/raml-1-parser/test/testAsync02.js //asynchronously loads XKCD API from github and prints its JSON representation
node_modules/raml-1-parser/test/test.js
node_modules/raml-1-parser/test/testAsync.js
Parser documentation: https://raml-org.github.io/raml-js-parser-2/
Getting started guide: https://github.com/raml-org/raml-js-parser-2/blob/master/documentation/GettingStarted.md
Clone repository: git clone https://github.com/raml-org/raml-js-parser-2.git
Install modules: npm install
Install typings CLI if needed: npm install typings --global
Install parser typings: typings install
Build : npm run build
Generate browser package: npm run generateBrowserVersion
, this will generate the package in browserVersion
folder.
To generate debug-friendly browser package: npm run generateBrowserVersionDev
Install typings CLI if needed: npm install typings --global
Clone repositories:
git clone https://github.com/mulesoft-labs/yaml-ast-parser.git
git clone https://github.com/mulesoft-labs/ts-model.git
git clone https://github.com/mulesoft-labs/ts-structure-parser.git
git clone https://github.com/raml-org/typesystem-ts.git
git clone https://github.com/raml-org/raml-definition-system.git
git clone https://github.com/raml-org/raml-js-parser-2.git
For each repository, preserving the order:
npm install
typings install
npm link
For each repository, preserving the order:
cd node_modules
<module_name>
in node_modules
belonging to the list above: rm -rf <module_name>
<module_name>
in node_modules
belonging to the list above: npm link <module_name>
For each repository, preserving the order:
npm run build
How to test: gulp test
FAQs
[![Build Status](https://travis-ci.org/raml-org/raml-js-parser-2.svg?branch=master)](https://travis-ci.org/raml-org/raml-js-parser-2)
We found that raml-1-parser-temp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.