Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.34 KB

File metadata and controls

62 lines (39 loc) · 1.34 KB

Example Isomorphic TS/JS Lib Template (@interop/isomorphic-lib-template)

Node.js CI NPM Version

A Typescript/Javascript isomorphic library template, for use in the browser, Node.js, and React Native.

Table of Contents

Background

TBD

Security

TBD

Install

  • Node.js 24+ is recommended.

PNPM

To install via PNPM:

pnpm install @interop/isomorphic-lib-template

Development

To install locally (for development):

git clone https://github.com/interop/isomorphic-lib-template.git
cd isomorphic-lib-template
pnpm install

Usage

TBD

Contribute

PRs accepted. See CONTRIBUTING.md for editor setup (Prettier, ESLint, and EditorConfig) and how it maps to CI.

If editing the Readme, please conform to the standard-readme specification.

License

MIT License © 2026 Interop Alliance.