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: 3 months ago
JSON representation
Simple library starter, includes Babel, TypeScript, ESLint, Jest, Prettier
- Host: GitHub
- URL: https://github.com/antonybudianto/es-lib-starter
- Owner: antonybudianto
- License: mit
- Created: 2017-10-08T09:43:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T21:12:42.000Z (about 4 years ago)
- Last Synced: 2025-01-17T03:42:01.100Z (over 1 year ago)
- Topics: babel, es, eslint, javascript, jest, library
- Language: TypeScript
- Homepage:
- Size: 845 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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