Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antonybudianto/es-lib-starter
- Owner: antonybudianto
- License: mit
- Created: 2017-10-08T09:43:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T21:12:42.000Z (over 2 years ago)
- Last Synced: 2024-04-11T21:11:04.468Z (7 months 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