Scaffold a new node-llama-cpp project from a template
npm install create-node-llama-cppcreate-node-llama-cppnode-llama-cpp project from a templatebash
npm create node-llama-cpp@latest
`And then follow the prompts.
You can directly specify the project name you want to use via the command line:
`bash
npm create node-llama-cpp@latest my-project
``