Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/antonybudianto/es-lib-starter

Simple library starter, includes Babel, TypeScript, ESLint, Jest, Prettier
https://github.com/antonybudianto/es-lib-starter

babel es eslint javascript jest library

Last synced: 27 days ago
JSON representation

Simple library starter, includes Babel, TypeScript, ESLint, Jest, Prettier

Awesome Lists containing this project

README

        

# ES Lib Starter

Template starter for developing ES Library with TypeScript

## Development

Link your library for local use

```
npm link

# change dir to your app that will use this lib, and run:
npm link
```

## Test

```
npm test
```

## Build

```
npm run build
```

## Publish

```
npm publish
```

or using [np](https://github.com/sindresorhus/np)

```
npm run release
```

## License

MIT