easy-init

auto create frontend projects with project template

Usage no npm install needed!

<script type="module">
  import easyInit from 'https://cdn.skypack.dev/easy-init';
</script>

README

easy-init

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

install

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

initialize your project

# 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