Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 502 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 502 Bytes

Jaculus-libraries

Jaculus repository for all libraries

Dev

Install

make install

Generate web

make generate

Serve web

make serve

File structure

data/
├── manifest.yaml
├── colors/
│   ├── colors.ts
│   ├── manifest.yaml
│   └── examples/
│       └── basic-usage.ts
└── ...

All filenames are in the manifest.yaml file
Every .ts and .yaml files are compiled to .js/.json files