- Notifications
You must be signed in to change notification settings - Fork0
A general purpose JavaScript/TypeScript library that can help developers create various kinds of applications in no time.
License
ii887522/hydro
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
It is a general purpose JavaScript/TypeScript library that can help developers create various kinds of applications in no time.
- Coding style
- Prerequisites
- Install dependencies
- Lint the project
- Build the project
- Automatically build the project on change
- Test the project with code coverage analysis
- Automatically test the project with code coverage analysis on change
This project followsJavascript Standard Style. Please familiarize yourself with the rules provided in the coding style and make sure all the proposed code changes in your commits are conforming to the style before making a merge request. You can also make use of StandardJS - Javascript Standard Style which is aVisual Studio Code plugin andnpm run lint
command under theLint the project section to support you.
- Windows 11 or Linux
- Visual Studio Code with plugins:
- EditorConfig for VS Code
- Markdown All in One
- StandardJS - Javascript Standard Style
- YAML
- Node.js 16.14.2 and later
npm install
npm run lint
npm run build
npm run build:watch
npmtest
npm run test:watch
About
A general purpose JavaScript/TypeScript library that can help developers create various kinds of applications in no time.