Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidje13/neutrino-typescript-example
Demo of neutrino-typescript and neutrino-typescript-eslint
https://github.com/davidje13/neutrino-typescript-example
Last synced: about 1 month ago
JSON representation
Demo of neutrino-typescript and neutrino-typescript-eslint
- Host: GitHub
- URL: https://github.com/davidje13/neutrino-typescript-example
- Owner: davidje13
- License: mit
- Created: 2019-07-06T11:38:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T12:42:20.000Z (almost 4 years ago)
- Last Synced: 2024-10-20T02:39:57.149Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 747 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neutrino Typescript Example
This is an example project demonstrating the use of
[neutrino-typescript](https://github.com/davidje13/neutrino-typescript#readme)
and
[neutrino-typescript-eslint](https://github.com/davidje13/neutrino-typescript-eslint#readme).## Capabilities
### Linting & Type Checking
```bash
npm run lint
```### Testing via Jest
```bash
npm test
```### Transpiling
```bash
npm run build
```### Running
```bash
npm start
```