https://github.com/wangcch/ts-npm-workflow
npm workflow for function package
https://github.com/wangcch/ts-npm-workflow
npm-package npm-scripts template workflow
Last synced: 5 months ago
JSON representation
npm workflow for function package
- Host: GitHub
- URL: https://github.com/wangcch/ts-npm-workflow
- Owner: wangcch
- License: mit
- Created: 2019-07-30T07:31:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T05:58:07.000Z (about 3 years ago)
- Last Synced: 2025-02-23T00:21:13.915Z (over 1 year ago)
- Topics: npm-package, npm-scripts, template, workflow
- Language: TypeScript
- Homepage:
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-npm-workflow
npm workflow for function package. with typescript
[](https://travis-ci.org/wangcch/ts-npm-workflow)
[](https://github.com/wangcch/ts-npm-workflow/blob/master/LICENSE)
## usage
```
# install dependencies
yarn
# build for production with minification
yarn build
# test
yarn test
```
## license
[MIT](./LICENSE)