Setup

In notebook:
FrontEndMasters Creating an Open Source JavaScript Library on Github
Created at:
2017-07-17
Updated:
2017-07-17
Tags:

Kent C. Dodds

  • From scratch
  • Create a micro-library
  • Write and run tests
  • Transpiling
  • Continuous Integration
  • Publish a real project (each of you!)
  • Community management

need to have git, node, npm, travis-ci.org, codecov.io accounts

###To setup

git clone https://github.com/kentcdodds/starwars-names.git

cd starwars-names

npm run setup:fem

This gives an empty dir with a .gitattributes some stuff.

$npm run setup:fem will set up the state from the first commit.