Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taixw2/picgo-plugin-album
https://github.com/taixw2/picgo-plugin-album
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taixw2/picgo-plugin-album
- Owner: taixw2
- License: mit
- Created: 2020-09-15T08:45:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:31:35.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:16:06.635Z (6 months ago)
- Language: JavaScript
- Size: 646 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# TypeScript-Node-Template
Quickly starting to build a project using TS in Node.
## Start
Using this project as a template for you:
![](https://cdn.jsdelivr.net/gh/Molunerfinn/test/picgo/ts-node-template.png)
## Usage
### Development
```bash
npm run dev
```It will enter watch-mode with `tsc`
### Production
```bash
npm run build
```It uses [rollup](https://github.com/rollup/rollup) for building production codes.
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2020 Molunerfin