1.0.0 • Published 5 years ago

tower-of-babel v1.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

tower-of-babel

2015-04-05 23 56 39

tower-of-babel will show you through a series of exercises that introduce you to ES6 features. This exercises use babel. babel allows you to write code with ES6 syntax.

How to use

  • Create new directory
$ mkdir tower-of-babel-solutions && cd tower-of-babel-solutions
  • Initialize the new project
$ npm init -y
  • Install tower-of-babel local (becouse we can)
$ npm i tower-of-babel
  • Install babel and babel features
$ npm i babel-cli babel-preset-es2015
  • Create .babelrc file with necessary config
$ echo '{ "presets": ["es2015"] }' > .babelrc
  • And run it from node_modules
$ ./node_modules/tower-of-babel/tower-of-babel.js
1.0.0

5 years ago

0.9.2

5 years ago

0.9.1

7 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago