https://github.com/dazinator/netpack-rollup
Rollup integration for NetPack
https://github.com/dazinator/netpack-rollup
Last synced: 4 months ago
JSON representation
Rollup integration for NetPack
- Host: GitHub
- URL: https://github.com/dazinator/netpack-rollup
- Owner: dazinator
- Created: 2018-10-02T23:34:46.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-03T07:30:21.000Z (over 5 years ago)
- Last Synced: 2024-04-13T21:44:36.140Z (about 2 years ago)
- Language: TypeScript
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NetPack - Rollup
An npm module written to allow NetPack to invoke Rollup using [Microsoft.AspNetCore.NodeServices](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.NodeServices#microsoftaspnetcorenodeservices)
Open with VS Code.
```
npm install
```
To debug the tests, launch VS Code debugger with "Run mocha" selected.
To run tests from command line:
```
npm test
```
All source code is written in typescript within the `src` directory, and is transpiled to the `dist` folder
when you run a build in vs code (ctrl + shift + b).