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
.tsor.jsfile - 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
