create-fastjs
Version:
Create a fastjs project quickly
57 lines (41 loc) • 1.86 kB
Markdown
<br/>
<br/>
<div align="center">
<img src="./logoDisplay.svg" width="190" />
</div>
<h3 align="center"><b>Fastjs / Powerful JavaScript Library</b></h3>
<p align="center">
<a href="https://github.com/fastjs-team/core"><img alt="Stars" src="https://img.shields.io/github/stars/fastjs-team?style=flat-square&logo=github&cacheSeconds=600&color=yellow&label=Team%20Stars"></a>
<a href="https://github.com/fastjs-team/core"><img alt="GitHub commit activity (branch)" src="https://img.shields.io/github/commit-activity/w/fastjs-team/core?style=flat-square&logo=github&cacheSeconds=600&label=Commit%20Activity"></a>
<a href="https://github.com/fastjs-team/core"><img alt="Last Action Status" src="https://img.shields.io/github/actions/workflow/status/fastjs-team/core/ci.yml?style=flat-square&logo=githubactions&cacheSeconds=60&logoColor=white&label=CI Check"></a>
<a href="https://www.npmjs.com/package/jsfast"><img alt="Last Version" src="https://img.shields.io/npm/v/jsfast?style=flat-square&logo=npm&cacheSeconds=60&label=Last%20Version&color=C70000"></a>
</p>
## Getting Started
- https://fastjs.dev/
- https://docs.fastjs.dev/
## Description
This is the offical CLI for Fastjs. For the core library, please visit [fastjs-team/core](https://github.com/fastjs-team/core).
## Start Using
```bash
pnpm create fastjs
```
```bash
yarn create fastjs
```
```bash
bun create fastjs
```
```bash
npm init fastjs
```
## Info
- Author: [xiaodong2008](https://github.com/xiaodong2008)
- License: [MIT](https://opensource.org/licenses/MIT)
## Sponsors
<div align="center">
<img src="https://raw.githubusercontent.com/xiaodong2008/sponsors/main/sponsors.wide.svg" />
</div>
## Contributors
<a href="https://github.com/fastjs-team/core/graphs/contributors">
<img src="https://contrib.rocks/image?repo=fastjs-team/core" />
</a>