Skip to content

wescosta/es6-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es6-lab

ES6 experiments and snippets. This project uses babeljs compiler to parse ES6 to ES5. And Jasmine to run the tests.

#Compile Compiles ES6 to ES5 code

npm run es6to5

#Test Runs the compilation first then tests

npm t

#Watch Watches for changes and compile ES6 to ES5

npm run watch

About

ES6 experiments and snippets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published