Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 767 Bytes

File metadata and controls

28 lines (24 loc) · 767 Bytes

cf lab-02-build-tools

##To Submit this Assignment

  • working in your fork from LAB-01
  • submit a pull request to this repository
  • submit a link to your PR in canvas
  • write a question and observation on canvas

Directions:

  • make a lib and test directory
  • move your great module into the lib directory
  • add your own gitignore
  • include a package.json
  • include the class eslint
  • add a glup file

Gulp Tasks

  • make a lint task for running eslint
  • make a test task for running mocha
  • make a dev task that waches your files and runs the lint and test taks
  • make a defalut task that runs your favorite task

Rubric:

  • Correct Submission: 2pts
  • Passes eslint: 2Pts
  • Package.json: 3pts
  • gulpfile: 3pts