Skip to content

tetherto/tether-dev-docs

Repository files navigation

tether-dev-docs

Documentations and guides for developers

Overview

This documentation is designed to help developers integrate with Tether's services, understand API endpoints, and implement Tether functionality in their applications.

Table of Contents

Installation

npm install tether-dev-docs

Dependencies

This package requires the following dependencies:

  • Node.js v22.12.0 or later

Usage

import { eslintConfig } from 'tether-dev-docs';

// Use the exported ESLint configuration
export default eslintConfig;

You can also extend the configuration in your own ESLint setup:

import { eslintConfig } from 'tether-dev-docs';

export default [
    ...eslintConfig,
    {
        // Your custom rules
    }
];

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5