nanocorp 0.1.5 → 0.3.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 CHANGED
@@ -13,6 +13,7 @@ npm i -g nanocorp
13
13
  Then:
14
14
 
15
15
  ```sh
16
+ nanocorp signup # create an account (opens the sign-up screen; falls back to a device code)
16
17
  nanocorp login # sign in (opens your browser; falls back to a device code)
17
18
  nanocorp init --name acme --one-liner "AI for vets" # create + clone a company
18
19
  nanocorp --help
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nanocorp",
3
- "version": "0.1.5",
3
+ "version": "0.3.0",
4
4
  "description": "NanoCorp CLI: create and run your autonomous company from the terminal.",
5
5
  "homepage": "https://nanocorp.so",
6
6
  "bin": {
Binary file
Binary file
Binary file
Binary file