docs: add description in packages
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# `backend`
|
||||
|
||||
> TODO: description
|
||||
The open source Zapier alternative. Build workflow automation without spending
|
||||
time and money.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@@ -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",
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# `@automatisch/cli`
|
||||
|
||||
> TODO: description
|
||||
The open source Zapier alternative. Build workflow automation without spending
|
||||
time and money.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# `@automatisch/types`
|
||||
|
||||
> TODO: description
|
||||
The open source Zapier alternative. Build workflow automation without spending
|
||||
time and money.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user