@dotobokuri/fleet-cli 1.0.0

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/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @dotobokuri/fleet-cli
2
+
3
+ This package is part of the [**fleet-harness**](https://github.com/sbluemin/fleet-harness) monorepo.
4
+
5
+ See the main repository for documentation, usage, and contribution guidelines:
6
+
7
+ **https://github.com/sbluemin/fleet-harness**
package/bin/fleet ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+
3
+ import "../dist/index.js";
@@ -0,0 +1,2 @@
1
+
2
+ export { }