@salty-css/core 0.1.0-alpha.5 → 0.1.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/main.d.ts CHANGED
@@ -1 +1,9 @@
1
+ /**
2
+ * Commands:
3
+ * - init [directory] — Initialize a new Salty CSS project.
4
+ * - build [directory] — Build the Salty CSS project.
5
+ * - generate [file] [directory] — Generate a new component file.
6
+ * - update [version] — Update Salty CSS packages to the latest or specified version.
7
+ * - version — Show the current version of Salty CSS.
8
+ */
1
9
  export declare function main(): Promise<void>;