https://github.com/9oelm/assemblyscript-boilerplate
Boilerplate initially referenced from WebAssembly Studio settings
https://github.com/9oelm/assemblyscript-boilerplate
assemblyscript
Last synced: 10 months ago
JSON representation
Boilerplate initially referenced from WebAssembly Studio settings
- Host: GitHub
- URL: https://github.com/9oelm/assemblyscript-boilerplate
- Owner: 9oelM
- Created: 2020-04-25T07:52:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T08:37:15.000Z (over 5 years ago)
- Last Synced: 2025-01-14T03:12:10.665Z (11 months ago)
- Topics: assemblyscript
- Language: WebAssembly
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assemblyscript-boilerplate
- [x] node in typescript
- [x] testing in as-pect
- [x] automation via gulp
## Usage
Oftentimes, it's frustrating to compile every single time assemblyscript and typescript files and run them over and over. This simple repository sets things up so that files can be watched and run upon any changes.
Compile assemblyscript and typescript files, run node on the entry point, and watch for changes:
```
npm run gulp
```
Run tests using as-pect
```
npm test
```