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

https://github.com/casprwang/npm-starter

babel, jest setup for a fresh npm package
https://github.com/casprwang/npm-starter

babel jest jest-tests npm npm-module npm-package

Last synced: 20 days ago
JSON representation

babel, jest setup for a fresh npm package

Awesome Lists containing this project

README

        

# npm-starter
> starter for a fresh npm package with babel and jest

![](https://user-images.githubusercontent.com/19645990/30192403-8e6039d6-9415-11e7-8aaf-a56808802bf0.png)

## Installation
```
$ git clone https://github.com/wangsongiam/npm-starter.git
$ cd
```

## Entry points
### Development
```
./index.js
```
### Publish
```
./lib/index.js
```

## Scripts
### Testing (on watch)
```
$ npm run build
$ npm run dev
```

### Translating with Babel (on watch)
```
$ npm run build
```