Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sota1235/es2015_starter_kit
Start kit for writing ES2015
https://github.com/sota1235/es2015_starter_kit
Last synced: 14 days ago
JSON representation
Start kit for writing ES2015
- Host: GitHub
- URL: https://github.com/sota1235/es2015_starter_kit
- Owner: sota1235
- License: mit
- Created: 2016-06-13T17:32:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T10:13:42.000Z (over 8 years ago)
- Last Synced: 2024-12-24T01:40:25.399Z (15 days ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ES2015 Starter Kit
====Setting files for writing ES2015.
### Description
You can start writing ES2015 right now.
### Requirement
- node.js 6.2.1
- npm 3.9.3### Usage
- Compile to ES5
```shell
$ npm run build
```- Run test
Using mocha.
```shell
$ npm run test
```- Check style
Using ESLint and config of Aribnb.
```shell
$ npm run lint
```- Compress for Web Browser (By browserify)
Target file is `src/index.js` and output file is `dest/bundle.js`.
```shell
$ npm run compress
```### Install
`git clone [email protected]:sota1235/es2015_starter_kit.git && npm i`
### Contribution
Please give me Pull Request.
### Licence
This software is released under the MIT License, see LICENSE.txt.
## Author
[@sota1235](https://github.com/sota1235)