docs: add description in packages
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# `backend`
|
# `backend`
|
||||||
|
|
||||||
> TODO: description
|
The open source Zapier alternative. Build workflow automation without spending
|
||||||
|
time and money.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "@automatisch/backend",
|
"name": "@automatisch/backend",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "> TODO: description",
|
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "ts-node-dev src/server.ts",
|
"dev": "ts-node-dev src/server.ts",
|
||||||
"worker": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/worker.ts",
|
"worker": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/worker.ts",
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# `@automatisch/cli`
|
# `@automatisch/cli`
|
||||||
|
|
||||||
> TODO: description
|
The open source Zapier alternative. Build workflow automation without spending
|
||||||
|
time and money.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "@automatisch/cli",
|
"name": "@automatisch/cli",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "> TODO: description",
|
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
"name": "automatisch contributors",
|
"name": "automatisch contributors",
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "@automatisch/docs",
|
"name": "@automatisch/docs",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "> TODO: description",
|
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vitepress dev pages --port 3002",
|
"dev": "vitepress dev pages --port 3002",
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# `@automatisch/types`
|
# `@automatisch/types`
|
||||||
|
|
||||||
> TODO: description
|
The open source Zapier alternative. Build workflow automation without spending
|
||||||
|
time and money.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "@automatisch/web",
|
"name": "@automatisch/web",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "> TODO: description",
|
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "^3.6.9",
|
"@apollo/client": "^3.6.9",
|
||||||
"@automatisch/types": "0.0.0",
|
"@automatisch/types": "0.0.0",
|
||||||
|
Reference in New Issue
Block a user