f1-kramer
v0.1.8
Published
Postman Test Runner Tool
Downloads
4
Readme
FellowshipOne Kramer Test Runner
Quickstart (npm)
git clone https://github.com/fellowshiptech/F1.Kramer.git
cd F1.Kramer
npm install
Quickstart (yarn)
git clone https://github.com/fellowshiptech/F1.Kramer.git
cd F1.Kramer
yarn
ECMAScript 2015 / ES6
Node.js comes with a huge set of ES6 features out of the box. A detailed list of supported features can be found at http://node.green. To speed things up and avoid transpiling natively supported features i recommend you install only the missing parts in your current Node Version:
npm install --save-dev babel-preset-es2015-node6
- Node.js Version 6xnpm install --save-dev babel-preset-es2015-node5
- Node.js Version 5xnpm install --save-dev babel-preset-es2015-node4
- Node.js Version 4xnpm install --save-dev babel-preset-es2015
- for all Node.js Versions
License
Copyright (c) 2016 FellowshipOne