Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

License

NotificationsYou must be signed in to change notification settings

ii887522/hydro

Repository files navigation

Semantic Versioning 2.0.0JavaScript Style GuideLinuxWindowsmade-with-javascriptmade-with-typescriptNpm package versionNpm package daily downloadsNpm package licenseNpm 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 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.

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

npmtest

Automatically test the project with code coverage analysis on change

npm run test:watch

[8]ページ先頭

©2009-2025 Movatter.jp