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

https://github.com/wahaha2012/easy-init

auto create frontend projects with project template
https://github.com/wahaha2012/easy-init

autoconfiguration cli eslint prettier webpack

Last synced: 2 months ago
JSON representation

auto create frontend projects with project template

Awesome Lists containing this project

README

          

easy-init
=========

create nodejs/vanilla js/react/vue project with eslint and webpack default configured.

# install #

```bash
$ npm install easy-init -g
$ yarn global add easy-init
```

# initialize your project #

```bash
# create new project and directory
$ easy-init `your-project-directory-name`

# create new project in existing directory
$ cd your-project-directory
$ easy-init
```

# Snapshot #
![snapshot](./assets/images/snapshot.png)