1.0.0 • Published 6 years ago
tower-of-babel v1.0.0
tower-of-babel
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
6 years ago
0.9.2
6 years ago
0.9.1
8 years ago
0.8.0
10 years ago
0.7.0
10 years ago
0.6.0
10 years ago
0.5.0
10 years ago
0.4.4
10 years ago
0.4.3
10 years ago
0.4.2
10 years ago
0.4.1
10 years ago
0.4.0
10 years ago
0.3.0
10 years ago
0.2.4
10 years ago
0.2.3
10 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago