Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.29 KB

JPYC Core SDK

License: MIT build npm version

JPYC core SDK implements a set of constants, types and functions, commonly used across different SDK versions.

🤖 Available Commands

The following commands are available as yarn scripts for local development & testing.

Command Description
docs Generate Markdown documents from TSDoc-style comments
compile Compile (transpile) SDK
lint Run Eslint
lint:dry-run Run Eslint without fixing
format Run Prettier
format:dry-run Run Prettier without fixing
test Run unit tests (via jest)

📚 Documentation

You can find the auto-generated documentation of this SDK here.