Comparing version 1.3.1 to 1.4.0
#! /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 |
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
4910
10
19
89
2
+ Addedgitro@^1.3.1