![Social Card of stx](https://github.com/stacksjs/stx/blob/main/.github/art/cover.jpg)

[![npm version][npm-version-src]][npm-version-href]
[![GitHub Actions][github-actions-src]][github-actions-href]
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![npm downloads][npm-downloads-src]][npm-downloads-href]

# create-stx

Scaffold a new STX application.

## Usage

```bash
bun create stx my-app
bunx create-stx my-app
npx create-stx my-app
```

## Documentation

- [Full Documentation](https://stx.sh)

## License

MIT

<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/create-stx?style=flat-square
[npm-version-href]: https://npmjs.com/package/create-stx
[npm-downloads-src]: https://img.shields.io/npm/dm/create-stx?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/create-stx
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/stx/ci.yml?style=flat-square&branch=main
[github-actions-href]: https://github.com/stacksjs/stx/actions?query=workflow%3Aci
