Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marsidev/create

Create multiple files from your command line.
https://github.com/marsidev/create

cli command-line filesystem fs touch

Last synced: 12 days ago
JSON representation

Create multiple files from your command line.

Awesome Lists containing this project

README

        


@marsidev/create


Create multiple files from your command line.


npm version
package size
PRs Welcome
Twitter Follow

## Installation
```bash
npm install -g @marsidev/create
```

## Usage
`create [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)