Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonygauthier/create-babel-project
This module is meant to make the process of setting up a new Babel project easy and fast.
https://github.com/anthonygauthier/create-babel-project
babel create ecmascript2016 ecmascript2017 ecmascript6 javascript nodejs project
Last synced: about 2 months ago
JSON representation
This module is meant to make the process of setting up a new Babel project easy and fast.
- Host: GitHub
- URL: https://github.com/anthonygauthier/create-babel-project
- Owner: anthonygauthier
- License: mit
- Created: 2018-08-24T15:38:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T15:28:12.000Z (over 6 years ago)
- Last Synced: 2024-11-09T17:06:41.896Z (3 months ago)
- Topics: babel, create, ecmascript2016, ecmascript2017, ecmascript6, javascript, nodejs, project
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/delirius325/create-babel-project.svg?style=svg)](https://circleci.com/gh/delirius325/create-babel-project)
# Description
This module is meant to make the process of setting up a Babel project easy and fast.# How to use it
create-babel-project is extremely easy to use. All you have to do is install the module globally (you might have to sudo)
```javascript
npm i -g create-babel-project
```
Then create your project 😄 !
```bash
# create-babel-project [options]
create-babel-project new -p ~/hello-world
```## Available commands and options
| commands | options |
|----------|--------------------------------------------------------|
| new | --path,p (the path of the new project, must not exist) |