7 lines
279 B
Markdown
7 lines
279 B
Markdown
Use the following command to scaffold a project from a template:
|
|
```bash
|
|
npm create node-llama-cpp@latest
|
|
```
|
|
|
|
> Don't use the templates in this repository directly. They are built to be used with the `npm create` command ([learn more](https://node-llama-cpp.withcat.ai/guide/))
|