create-babel-project
v1.0.0
Published
Utility module to easily create a babel compiled project. This module will install the required modules and setup your project for you to get started and code your project with the help of Babel.
Downloads
10
Maintainers
Readme
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)
npm i -g create-babel-projectThen create your project 😄 !
# create-babel-project <command> [options]
create-babel-project new -p ~/hello-worldAvailable commands and options
| commands | options | |----------|--------------------------------------------------------| | new | --path,p (the path of the new project, must not exist) |
