https://github.com/raiseandfall/new-project-structure
A simple CL tool to create a project structure
https://github.com/raiseandfall/new-project-structure
Last synced: 8 months ago
JSON representation
A simple CL tool to create a project structure
- Host: GitHub
- URL: https://github.com/raiseandfall/new-project-structure
- Owner: raiseandfall
- Created: 2015-05-26T17:55:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T00:47:01.000Z (about 11 years ago)
- Last Synced: 2023-08-02T03:11:28.894Z (almost 3 years ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New Project Structure
> A simple CL tool to create a new project structure
## CLI
```shell
$ new project-test
```
```shell
$ new --help
Usage
$ new
Example
$ new project-test
```
## CONTRIBUTE
```shell
$ git clone git@github.com:raiseandfall/new-project-structure.git && cd new-project-structure
```
```shell
$ npm i
```
Run
```shell
$ npm run dev
```
Run tests
```shell
$ npm run test
```