starknet-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "starknet-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "starknet.js CLI Tool", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -7,3 +7,3 @@ # Stark - Starknet JS CLI | ||
```bash | ||
npm i -g starknetcli | ||
npm i -g starknet-cli | ||
``` | ||
@@ -25,3 +25,3 @@ require node 16+ | ||
```bash | ||
stark use 'default' | ||
stark use devnet | ||
``` | ||
@@ -40,6 +40,10 @@ | ||
- [x] profiles | ||
- [ ] use profile | ||
- [ ] structure | ||
- [x] use profile | ||
- [ ] structure, ts, lint | ||
- [ ] profile select | ||
- [ ] cli tab autocomplete | ||
- [x] declare | ||
- [x] deploy | ||
- [ ] endpoints | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8170
47