From 75bc397fe3565924cd3b1871a5057fecd08af7b3 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 16 Aug 2021 17:20:57 +0200 Subject: [PATCH] chore; remove old file --- .checklist.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .checklist.md diff --git a/.checklist.md b/.checklist.md deleted file mode 100644 index f0d89e5c..00000000 --- a/.checklist.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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 - -- Add the project: https://circleci.com/projects/gh/posva -- Check _Build on forked pull requests_: https://circleci.com/gh/posva/vue-tweezing/edit#advanced-settings -- Check _Auto cancel redundant build_ (same place) - -## Greenkeeper - -- Activate it: https://github.com/settings/installations/5583 -- Merge its first pull request - -## Beerpay - -- Add project: https://beerpay.io/dashboard/projects/add - -## Github Settings - -- Activate probot/settings: https://github.com/settings/installations/85597 -- 2.47.3