<h1 align="center">
  <p align="center">@marsidev/create</p>
	<small>Create multiple files from your command line.</small>
</h1>

<p align="center">
	<a href="https://www.npmjs.com/package/@marsidev/create"><img src="https://img.shields.io/npm/v/@marsidev/create.svg?style=flat" alt="npm version"></a>
	<a href="https://packagephobia.com/result?p=@marsidev/create"><img src="https://packagephobia.com/badge?p=@marsidev/create" alt="package size" /></a>
  <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome">
	<a href="https://twitter.com/marsidev"><img src="https://img.shields.io/twitter/follow/marsidev.svg?style=social" alt="Twitter Follow" /></a>
</p>

## Installation
```bash
npm install -g @marsidev/create
```

## Usage
`create <files> [options]`

## Examples
```bash
create index.ts
```

```bash
create src/index.ts
```

```bash
create index.html style.css app.js
```

```bash
create src/index.html src/styles/style.css src/app.js
```

```bash
create --base src/components Navbar.tsx Footer.tsx
```

## License
[MIT](./LICENSE) License © 2022 [Luis Marsiglia](https://github.com/marsidev)
