4.1.0 • Published 2 years ago

@ii887522/hydro v4.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

hydro

Semantic Versioning 2.0.0 JavaScript Style Guide Linux Windows made-with-javascript made-with-typescript Npm package version Npm package daily downloads Npm package license Npm package dependents

It is a general purpose JavaScript/TypeScript library that can help developers create various kinds of applications in no time.

Table of contents

Coding style

This project follows Javascript 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 a Visual Studio Code plugin and npm run lint command under the Lint the project section to support you.

Prerequisites

Install dependencies

npm install

Lint the project

npm run lint

Build the project

npm run build

Automatically build the project on change

npm run build:watch

Test the project with code coverage analysis

npm test

Automatically test the project with code coverage analysis on change

npm run test:watch