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
- Host: GitHub
- URL: https://github.com/wahaha2012/easy-init
- Owner: wahaha2012
- License: mit
- Created: 2014-11-30T05:06:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T03:13:12.000Z (over 3 years ago)
- Last Synced: 2025-09-27T10:28:48.784Z (9 months ago)
- Topics: autoconfiguration, cli, eslint, prettier, webpack
- Language: JavaScript
- Homepage:
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 #
