awmuncy / react-typescript-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@tableland/template

Review License Version Release standard-readme compliant

A template for @tableland typescript projects

Table of Contents

Background

A really nice library for working with @tableland.

Usage

import { hello } from "@tableland/template";

console.log(await hello());
// "world"

Install

You can install via npm.

npm i @tableland/template

Development

Get started with installing, building, and testing the project:

npm install
npm run build
npm test

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT AND Apache-2.0, © 2021-2022 Tableland Network Contributors

About

License:MIT License


Languages

Language:TypeScript 100.0%