Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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) |