Comparing version 1.4.1 to 1.5.2
{ | ||
"version": "1.4.1", | ||
"version": "1.5.2", | ||
"type": "module", | ||
@@ -16,3 +16,6 @@ "name": "g4c", | ||
"scripts": { | ||
"dev": "node index.mjs" | ||
"dev": "node index.mjs", | ||
"test:dev": "tsx --watch ./test/index.ts", | ||
"test": "tsx ./test/index.ts", | ||
"publish:stable": "npm dist-tag add g4c@1.4.1 stable" | ||
}, | ||
@@ -26,2 +29,3 @@ "bin": { | ||
}, | ||
"files": ["src/*js"], | ||
"dependencies": { | ||
@@ -28,0 +32,0 @@ "isomorphic-git": "^1.19.2" |
@@ -43,2 +43,3 @@ <p align="center"> | ||
- g4c add . | ||
- git pull origin pull/123/head | ||
``` | ||
@@ -57,2 +58,13 @@ | ||
## Goals | ||
1. **Make common git commands easy to use in JavaScript shells 🚀** | ||
* This includes commands such as `git clone`, `git pull`, and `git push`. | ||
2. **Provide configuration options via config file, package.json and ENV variables ⚙️** | ||
* This will make it easier for developers to customize the behavior of g4c to match their specific needs. | ||
3. **Minimize cold-boot time and overhead in browser environments ⏱️** | ||
* This is important for web IDEs. By minimizing the cold-boot time, developers can maximize cycle time and review PR's more efficiently. | ||
4. **Improve the developer experience (DX) for JS devs as much as possible 👩💻** | ||
* Following in the foot steps of vite and git to improve workflows. | ||
### Configuration Precedence | ||
@@ -59,0 +71,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
20103
554
90
2
6