Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/attitude/init-es6
- Owner: attitude
- License: mit
- Created: 2020-12-02T09:08:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T17:16:11.000Z (about 4 years ago)
- Last Synced: 2024-11-17T06:44:32.666Z (3 months ago)
- Topics: babel, babel-env, babel7, broserslist, es6, eslint, flow, flowconfig, flowtype
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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