diff --git a/packages/backend/README.md b/packages/backend/README.md index b2e54cd4..a1917ebc 100644 --- a/packages/backend/README.md +++ b/packages/backend/README.md @@ -1,6 +1,7 @@ # `backend` -> TODO: description +The open source Zapier alternative. Build workflow automation without spending +time and money. ## Usage diff --git a/packages/backend/package.json b/packages/backend/package.json index 2224a538..aef06ceb 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -2,7 +2,7 @@ "name": "@automatisch/backend", "version": "0.0.0", "license": "AGPL-3.0", - "description": "> TODO: description", + "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "scripts": { "dev": "ts-node-dev src/server.ts", "worker": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/worker.ts", diff --git a/packages/cli/README.md b/packages/cli/README.md index 8c2b8f9c..cfdf5166 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1,6 +1,7 @@ # `@automatisch/cli` -> TODO: description +The open source Zapier alternative. Build workflow automation without spending +time and money. ## Usage diff --git a/packages/cli/package.json b/packages/cli/package.json index 7501ee43..747cff9d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -2,7 +2,7 @@ "name": "@automatisch/cli", "version": "0.0.0", "license": "AGPL-3.0", - "description": "> TODO: description", + "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "contributors": [ { "name": "automatisch contributors", diff --git a/packages/docs/package.json b/packages/docs/package.json index 90f64837..91028783 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -2,7 +2,7 @@ "name": "@automatisch/docs", "version": "0.0.0", "license": "AGPL-3.0", - "description": "> TODO: description", + "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "private": true, "scripts": { "dev": "vitepress dev pages --port 3002", diff --git a/packages/types/README.md b/packages/types/README.md index 0d99c26c..c916471d 100644 --- a/packages/types/README.md +++ b/packages/types/README.md @@ -1,6 +1,7 @@ # `@automatisch/types` -> TODO: description +The open source Zapier alternative. Build workflow automation without spending +time and money. ## Usage diff --git a/packages/web/package.json b/packages/web/package.json index 79475e81..db90e844 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -2,7 +2,7 @@ "name": "@automatisch/web", "version": "0.0.0", "license": "AGPL-3.0", - "description": "> TODO: description", + "description": "The open source Zapier alternative. Build workflow automation without spending time and money.", "dependencies": { "@apollo/client": "^3.6.9", "@automatisch/types": "0.0.0",