@yelmer-samples/coffee-shared
v1.0.22
Published
Shared definitions for Coffee project
Downloads
4
Readme
Coffee > Shared
Shared data models for coffee project
Standards
- Language:
TS
- Eslint:
Yes
- Static Code Analysis:
Yes
IntelliJ Code Inspections - DDD - Document Driven:
Yes
- EDD - Exception Driven:
No
- TDD - Test Driven:
No
Commands
npm run clear
// clears "dist" foldernpm run lint
// runs eslint for static code analysisnpm run build
// builds JS files at "dist" foldernpm publish
ornpm run publix
// publishes "dist" folder to npm
Install
npm i @yelmer-samples/coffe-shared
Data Models
- Weather
- interface Weather
- class WeatherCloud
- class WeatherCoordinate
- class WeatherItem
- class WeatherMain
- class WeatherRain
- class WeatherSnow
- class WeatherWind
- class WeatherSys
- class WeatherRoot
- City
- interface City
- class CityBase
- class CityDetail
- class CityShort
Prepared by
- Mustafa Yelmer
- mustafayelmer(at)gmail.com
2021-10-10