项目作者: hvlck

项目描述 :
command palette library
高级语言: TypeScript
项目地址: git://github.com/hvlck/taita.ts.git
创建时间: 2020-06-08T20:45:23Z
项目社区:https://github.com/hvlck/taita.ts

开源协议:MIT License

下载


taita

command palette library

PLEASE NOTE: I need to update the docs since the TypeScript rewrite is a breaking change (the TypeScript rewrite is not on NPM yet).

Demo
| NPM

Table of Contents

File Structure

  1. Taita
  2. /src/
  3. /taita.js - core file
  4. /index.js - source version for use with NPM
  5. /build/ (.gitignore'd at the moment)
  6. Demo
  7. /index.html - demo page
  8. /script.js - command palette ui, location of callback functions
  9. Meta
  10. /README.md
  11. /LICENSE

Roadmap

  • examples
  • tests

Usage

Development

  1. Clone the repository
  2. Run npm install or yarn install

To document items: run yarn run doc