Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitro

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitro - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

bin/git-tail-init.js

2

bin/gitro-push.js
#! /usr/bin/env node
var shell = require("shelljs");
shell.exec("git push --set-upstream origin master");
shell.exec("git pull && git push --set-upstream origin master");
{
"name": "gitro",
"version": "1.3.1",
"version": "1.4.0",
"description": "Run common Git and Tailwindcss commands fast and easily!",
"main": "index.js",
"scripts": {
},
"scripts": {},
"bin": {

@@ -17,2 +16,5 @@ "gcom": "bin/gitro-commit.js",

"gitro-commit-push": "bin/gitro-cap.js",
"gtail": "bin/git-tail-init.js",
"greact": "bin/gitro-react.js",
"ghelp": "bin/gitro-help.js",
"gitro": "bin/gitro.js"

@@ -29,6 +31,7 @@ },

"author": "Ayodeji Osasona",
"license": "ISC",
"license": "MIT",
"dependencies": {
"gitro": "^1.3.1",
"shelljs": "^0.8.5"
}
}
******* Gitro NPM package *******
Version 1.3.1
Version 1.4.0

@@ -34,4 +34,16 @@ Gitro allows you to run the multiple Git commands and TailwindCSS compilation with one command. Gitro is TOTALLY free, open-source, easy to edit & install.

–> For TailwindCSS compilation ONLY
-> To list all available commands
> ghelp
-> To install ReactJS ReactDOM and React Router (v5)
> greact
-> To install and initialize TailwindCSS
> gtail
–> For manual TailwindCSS compilation ONLY if you're not using AutoPrefixer/PostCSS
> gbuild

@@ -67,5 +79,10 @@ > gitro-build

This is the only the first version which I use personally too, you can edit these scripts yourself if you can. For any help, reach me @techacumenyt on Twitter. And I'll keep updating this package too. Happy coding!
This is the only the first version which I use personally too, you can edit these scripts yourself if you can. For any help, reach me @_realao on Twitter. And I'll keep updating this package too. Happy coding! The public repo is at https://github.com/aosasona/gitro
CHANGELOG
1.4.0 - Added Tailwindcss install and init commands
Added 'git pull' to the 'gpush' command
Added a 'ghelp' command to list available commands
Added ReactJS one-command dependencies installer (install react-router-dom@5 which uses 'switch' instead of 'routes')
You do not need to run gbuild everytime you use a TailwindCSS class anymore

@@ -72,0 +89,0 @@ 1.3.1 - Changed commit message

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc