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

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

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
```