copy-without-node-modules
Version:
it allow user to quick copy a project without node_modules
37 lines (24 loc) ⢠787 B
Markdown
<h1 align="center">Welcome to copyit š</h1>
<p>
<a href="https://www.npmjs.com/package/copyit" target="_blank">
<img alt="Version" src="https://img.shields.io/npm/v/copyit.svg">
</a>
<a href="#" target="_blank">
<img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" />
</a>
</p>
> it allow user to quick copy a project **without node_modules**
## Install
```sh
npm i -g copy-without-node-modules
```
## How to use
```
copyit project-name
# it will copy the all files without node_modules
```
## Author
š¤ **edwin jiang**
## Show your support
Give a āļø if this project helped you!
If you find any problem, please go to github and raise a new issue. [Github Issue](https://github.com/xia-2/copy-without-node-modules/issues)