Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
  • Loading branch information
NikolaRHristov committed Jul 10, 2024
1 parent e721343 commit 8a25632
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ Through a command line run:
npx @playform/build 'Source/**/*.ts'
```

```sh
Usage: Build [options] <File...>

🌀 Build —

Arguments:
File 📂 File —

Options:
-V, --version output the version number
-ES, --ESBuild <File> 👷🏻‍♀️ ESBuild —
-TS, --TypeScript <File> 👨🏻‍💻 TypeScript — (default: "tsconfig.json")
-h, --help display help for command
```

or in a `package.json` file:

```json
Expand Down Expand Up @@ -59,6 +74,20 @@ See an example of a configuration file in
}
```

### JSConfig Configuration (optional)

`jsconfig.json`

```json
{
"compilerOptions": {
"outDir": "Target"
},
"extends": "@playform/build/jsconfig",
"include": ["Source"]
}
```

[ESBuild]: HTTPS://NPMJS.Org/esbuild
[TypeDoc]: HTTPS://NPMJS.Org/typedoc
[Build]: HTTPS://NPMJS.Org/@playform/build

0 comments on commit 8a25632

Please sign in to comment.