From: Eduardo San Martin Morote Date: Mon, 16 Aug 2021 15:20:57 +0000 (+0200) Subject: chore; remove old file X-Git-Tag: @pinia/nuxt@0.0.1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75bc397fe3565924cd3b1871a5057fecd08af7b3;p=thirdparty%2Fvuejs%2Fpinia.git chore; remove old file --- 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