Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/attitude/init-es6

An empty starter template for ES6 projects with opinionated defaults
https://github.com/attitude/init-es6

babel babel-env babel7 broserslist es6 eslint flow flowconfig flowtype

Last synced: 20 days ago
JSON representation

An empty starter template for ES6 projects with opinionated defaults

Awesome Lists containing this project

README

        

$ initES6
=========

***Init an empty ES6 project with opinionated defaults***

> Read more about how it works and what's included
> at [Medium](https://martinadamko.medium.com/inites6-d43dce14bd15).

Usage
-----

```bash
$ git clone [email protected]:attitude/init-es6.git new-project-dir
$ cd new-project-dir
$ ./initES6.sh
```

You can also use `-y`/`--yes` to skip the questionnaire altogether. However you will be **always promted to enter remote** for newly initalized Git repository.

The `initES6.sh` script and the `.git` directory will be finally removed.

---

Enjoy!

Martin