create-knyt
Version:
A scaffolding tool to generate new Knyt projects from boilerplates.
62 lines (37 loc) ⢠1.84 kB
Markdown
<div align="center">
[](https://knyt.dev/guide/quick-start/)
š£ A CLI tool for scaffolding Knyt projects.
<small>
This package is part of [Knyt](https://knyt.dev/), a toolkit designed to simplify modern web development.
</small>
[](https://www.npmjs.com/package/create-knyt)
[](https://github.com/sables-app/knyt/tree/main/packages/create)
[](https://github.com/sables-app/knyt/blob/main/LICENSE)
<br />



</div>
## Documentation
View the [quick start guide](https://knyt.dev/guide/quick-start) to get started with creating a new Knyt project.
## Running the CLI
To run the CLI, you can use one of the following commands:
> **Prerequisite:** Either Node.js or Bun must be installed in your environment.
_With npm:_
```sh
npm create knyt@latest
```
_With Bun:_
```sh
bun create knyt@latest
```
_With pnpm:_
```sh
pnpm create knyt@latest
```
## Updates
See the [CHANGELOG](./CHANGELOG.md) for a list of changes.
## License
This package is licensed under the [BSD 3-Clause License](./LICENSE).
## Open-Source Initiative
This project is supported by [Sables Applications LLC](https://sables.app) as part of its open-source initiatives.