# @hackermans/make-babel

> Make a Babel Starter Node App

Latest version **1.0.1** (published 2022-01-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @hackermans/make-babel
pnpm add @hackermans/make-babel
yarn add @hackermans/make-babel
bun add @hackermans/make-babel
```

Provides the command `make-babel`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-01-02 |
| First published | 2022-01-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 24.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Rohit Prakash |
| Maintainers | rohitp934 |

## Links

- npm: https://www.npmjs.com/package/@hackermans/make-babel
- Repository: https://github.com/rohitp934/make-babel
- Homepage: https://github.com/rohitp934/make-babel#readme
- Issues: https://github.com/rohitp934/make-babel/issues
- npm.io page: https://npm.io/package/@hackermans/make-babel

## Dependencies (6)

- [chalk](https://npm.io/package/chalk.md) 4.1.2
- [semver](https://npm.io/package/semver.md) ^7.3.5
- [fs-extra](https://npm.io/package/fs-extra.md) ^10.0.0
- [commander](https://npm.io/package/commander.md) ^8.3.0
- [cross-spawn](https://npm.io/package/cross-spawn.md) ^7.0.3
- [validate-npm-package-name](https://npm.io/package/validate-npm-package-name.md) ^3.0.0

## Recent versions

- 1.0.1 (latest) — 2022-01-02
- 1.0.0 — 2022-01-02

## README

## Quick Start

```sh
npx @hackermans/make-babel my-app
cd my-app
npm start
```

_([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))_

Then open [http://localhost:8080/](http://localhost:8080/) to see your app.

### Get Started Immediately

The advantage with using this starter-kit is you get all the tools you need for babel preconfigured so you can start hacking with no hassle! 💙

Create a project, and you’re good to go.

## Creating an App

**You’ll need to have Node >= 12 on your local development machine** (but it’s not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to switch Node versions between different projects.

To create a new app, you may choose one of the following methods:

### npx

```sh
npx @hackermans/make-babel my-app
```

---
_Source: https://npm.io/package/@hackermans/make-babel · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
