docs: add description in packages

This commit is contained in:
Ali BARIN
2022-10-07 17:22:55 +02:00
parent a80cd106bf
commit c79c82cac7
7 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
# `backend`
> TODO: description
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage

View File

@@ -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",

View File

@@ -1,6 +1,7 @@
# `@automatisch/cli`
> TODO: description
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage

View File

@@ -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",

View File

@@ -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",

View File

@@ -1,6 +1,7 @@
# `@automatisch/types`
> TODO: description
The open source Zapier alternative. Build workflow automation without spending
time and money.
## Usage

View File

@@ -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",