Scittlets Catalog
Each scittlet provides a ClojureScript component with its JavaScript dependencies - all available from CDN. Browse ready to use components with usage instructions and live demos.
Explore ScittletsTemplates Gallery
Starter templates help you quickly bootstrap your Scittle apps. Browse available templates and use the CLI to create new apps from these templates or customize them with additional components.
View TemplatesScittlets CLI
install
npm install -g scittlets
Install the scittlets CLI globally
usage
npx scittlets
Show general usage and help
help
npx scittlets CMD --help
Get help for a specific command (CMD)
catalog
npx scittlets catalog
List all scittlets and templates in the catalog
new
npx scittlets new
Create a Scittle app from a template
add
npx scittlets add
Add scittlets dependencies to an HTML file
update
npx scittlets update
Update scittlet dependencies in an HTML file
pack
npx scittlets pack
Pack an HTML file by inlining scripts
releases
npx scittlets releases
List all published versions of the scittlets Catalog