Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 823 Bytes

.checklist.md

File metadata and controls

30 lines (20 loc) · 823 Bytes

Checklist of things to do when creating a lib

Copying the project

  • cp -r lib-boilerplate-ts my-new-lib (careful copying node_modules)
  • rm -rf .git
  • rm .checklist.md
  • git init .
  • git add .
  • git commit -m 'init'
  • sed -i '' 's/lib-boilerplate-ts/vue-local-scope/g' README.md package.json

circle ci

Greenkeeper

Beerpay

Github Settings