UNPKG

tea-project-mikelitooz

Version:

A project for registering OSS on the tea protocol.

15 lines 352 B
tea-project ├── src │ ├── main.ts │ ├── controllers │ │ └── index.ts │ ├── types │ │ └── index.ts │ └── utils │ └── index.ts ├── tests │ └── main.test.ts ├── constitution.json ├── package.json ├── tsconfig.json └── README.md