# create-starter

> create-starter

Latest version **1.0.5** (published 2022-01-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-starter
pnpm add create-starter
yarn add create-starter
bun add create-starter
```

Provides the command `create-starter`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2022-01-19 |
| First published | 2020-10-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 10.7 KB |
| Known vulnerabilities | 0 (+9 in 2 direct dependencies) |
| Install scripts | no |
| Author | Art.XD |
| Maintainers | artxd |
| Keywords | template, starter |

## Links

- npm: https://www.npmjs.com/package/create-starter
- Repository: https://github.com/fe-starter/create-starter
- Homepage: https://github.com/fe-starter/create-starter#readme
- Issues: https://github.com/fe-starter/create-starter/issues
- npm.io page: https://npm.io/package/create-starter

## Dependencies (8)

- [cac](https://npm.io/package/cac.md) ^6.6.1
- [boxen](https://npm.io/package/boxen.md) ^4.2.0
- [marked](https://npm.io/package/marked.md) ^1.2.0
- [semver](https://npm.io/package/semver.md) ^7.3.2
- [enquirer](https://npm.io/package/enquirer.md) ^2.3.6
- [fs-extra](https://npm.io/package/fs-extra.md) ^9.0.1
- [simple-git](https://npm.io/package/simple-git.md) ^2.21.0
- [cli-spinner](https://npm.io/package/cli-spinner.md) ^0.2.10

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 1.0.5 (latest) — 2022-01-19
- 1.0.4 — 2022-01-05
- 1.0.3 — 2020-10-31
- 1.0.2 — 2020-10-28
- 1.0.1 — 2020-10-14
- 1.0.0 — 2020-10-14

## README

# create-starter

[![NPM Downloads][downloads-img]][downloads-url]
[![NPM Version][version-img]][version-url]
[![License][license-img]][license-url]
[![Code Style][style-img]][style-url]

> Awesome starter.

## Installation

Use npx:

```shell
$ npx create-starter init [options]
```

Globally install:

```shell
$ npm install create-starter -g
# or yarn
$ yarn global add create-starter
```

## Usage

```shell
$ npx create-starter init

   ┌───────────────────────────────────────────┐
   │                                           │
   │   Welcome use starter to init your app.   │
   │                                           │
   └───────────────────────────────────────────┘

√ Please pick the App type · Vue 3
√ Please pick one app · vite-tailwind-starter        
? Fill out the fields in package.json » 100% completed
 {
   "name": "my-demo",
   "description": "demo",
   "version": "1.0.1",
   "homepage": "https://github.com/wiolem/my-demo",   
   "author": "wiolem (https://github.com/wiolem)",    
   "repository": "https://github.com/wiolem/my-demo", 
   "license": "MIT"
 }
 Clone processing .. \

   ┌───────────────────────────┐
   │                           │
   │   Starter init success!   │
   │                           │
   └───────────────────────────┘

 cd ./my-demo
 npm install

```

## Contributing

1. **Fork** it on GitHub!
2. **Clone** the fork to your own machine.
3. **Checkout** your feature branch: `git checkout -b my-awesome-feature`
4. **Commit** your changes to your own branch: `git commit -am 'Add some feature'`
5. **Push** your work back up to your fork: `git push -u origin my-awesome-feature`
6. Submit a **Pull Request** so that we can review your changes.

> **NOTE**: Be sure to merge the latest from "upstream" before making a pull request!

## License

[MIT](LICENSE) &copy; [LEE](https://wiolem.github.com)


[downloads-img]: https://img.shields.io/npm/dm/create-starter
[downloads-url]: https://npmjs.org/package/create-starter
[version-img]: https://img.shields.io/npm/v/create-starter
[version-url]: https://npmjs.org/package/create-starter
[license-img]: https://img.shields.io/github/license/fe-starter/create-starter
[license-url]: https://github.com/fe-starter/create-starter/blob/master/LICENSE
[style-img]: https://img.shields.io/badge/code_style-standard-brightgreen
[style-url]: https://standardjs.com

---
_Source: https://npm.io/package/create-starter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
