]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore; remove old file
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 16 Aug 2021 15:20:57 +0000 (17:20 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 16 Aug 2021 15:20:57 +0000 (17:20 +0200)
.checklist.md [deleted file]

diff --git a/.checklist.md b/.checklist.md
deleted file mode 100644 (file)
index f0d89e5..0000000
+++ /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