0.1.8 • Published 6 years ago

f1-kramer v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

FellowshipOne Kramer Test Runner

Javascript JavaScript Style Guide Commitizen friendly Standard Version

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 6x
  • npm install --save-dev babel-preset-es2015-node5 - Node.js Version 5x
  • npm install --save-dev babel-preset-es2015-node4 - Node.js Version 4x
  • npm install --save-dev babel-preset-es2015 - for all Node.js Versions

License

Copyright (c) 2016 FellowshipOne

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago