Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marsidev/create
- Owner: marsidev
- License: mit
- Created: 2022-09-02T17:14:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T17:48:35.000Z (over 1 year ago)
- Last Synced: 2024-10-11T08:18:40.336Z (28 days ago)
- Topics: cli, command-line, filesystem, fs, touch
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@marsidev/create
- Size: 351 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
@marsidev/create
Create multiple files from your command line.## 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)