Skip to content

C2Coder/Jaculus-libraries

Repository files navigation

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