Skip to content

LLM Resources

TD-DO LIST FOR VERSION 1 ​

  • Do better documentation

β˜€οΈ CORE ​

  • Finish data validator

🧰 TOOLKIT ​

  • A feat that builds the schema from Clippium data
  • A feat that builds the Clippium data from a schema
  • A feat that builds the Clippium data from a TypeScript type and exports it in a separate .ts or .js file
  • Add documentation command
  • Add init command
  • add add command

RUNTIME UTILS ​

NOTE: Try compatibility with web/node and other runtimes

Libs ​

  • Color: A function to add color
  • Updater: A function to notify about package updates
  • i18n: A translation function

Configuration ​

  • A configuration to enable color output in Clippium
  • A configuration where basic Clippium options like help, version, etc. are defined
  • A configuration that allows the user to provide command configurations via json|yaml|toml|js|ts
  • A configuration that allows the user to place command configurations inside the app's package.json using the command name as the key