Skip to content

amarcher/cesura

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cesura

Test

npm test
or
npm run testwatch
or
npm test -- watch

Transpiling

Either use the atom babel package, or use gulp and babel to transpile from src to build.

Atom Setup Tips

Use of the atom editor is not required. But if you choose to use atom here are some tips.

Install Atom Packages

apm install linter linter-eslint language-babel editorconfig

linter Settings

  • Uncheck Lint on fly

linter-eslint Settings

  • check Disable When NoEslintrc File In Path
  • uncheck Use Global Eslint (unchecking seems to be necessary in order to use es2016)

language-babel Settings

  • check Transpile On Save
  • src in Babel Source Path
  • build in Babel Transpile Path
  • put runtime in Optional Transformers

About

Music exploration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.0%
  • JavaScript 48.0%