P3X GitList Demo
GitHub
Repo
Changelog
To do
Releases
Themes
Language
Afrikaans
العربية
বাংলা
Català
Čeština
Dansk
Deutsch
Ελληνικά
English
Español
Suomi
Français
עברית
Magyar
Italiano
日本語
한국어
Nederlands
Norsk
Polski
Português
Română
Русский
Српски
Svenska
Türkçe
Українська
Tiếng Việt
中文
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
3032ae28930938d1882de10d23e311f7ef4e5109
Branches
dependabot/npm_and_yarn/picomatch-2.3.2
master
Files
Commits
Log
Graph
Stats
tools.git
test
scripts
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Clone
SSH
HTTPS
..
transform-git-modules.js
238B
p3x-robot-sunday mirror 5/14/2017, 5:43:39 PM
9 years ago
README.md
[//]: #@corifeus-header [](https://travis-ci.org/patrikx3/tools) [](https://scrutinizer-ci.com/g/patrikx3/tools/?branch=master) [](https://scrutinizer-ci.com/g/patrikx3/tools/?branch=master) [](https://trello.com/b/gqKHzZGy/p3x) [](https://www.npmjs.com/package/p3x-tools/) ------ # NPM Tools ### Node Version Requirement ``` >=7.8.0 ``` The ```async``` and ```await``` keywords are required. # Description [//]: #@corifeus-header:end ## Install ```javascript npm install -g p3x-tools p3x-tools -h p3x-tools forr -h p3x-tools rmdirr -h p3x-tools unpublish -h ``` ## Examples ```javascript p3x-tools forr node_modules 'echo $FOUND; ls -all' p3x-tools unpublish --dry --username patrixk3 --search corifeus,p3x p3x-tools rmdirr --dry node_modules ``` **It is used for primarily Unix/BSD/Linux/OSX, using Bash.** * Functions * NPM find (recursive) * NPM remove resursive delete directories * NPM unpublish packages (able to keep only the latest version by minor version) * Major.Minor.Commit-Build * So instead * 4.1.55-44 * 4.1.54-33 * 4.0.53-32 * 4.0.52-30 * 1.3.44-23 * 1.3.40-20 * 1.3.28-10 * 1.3.22-9 * 1.3.21-8 * 1.2.20-7 * 1.1.10-5 * 1.0.9-5 * Becomes * 4.1.55-44 * 4.0.53-32 * 1.3.44-23 * 1.2.20-7 * 1.1.10-5 * 1.0.9-5 # Docs ## Unpublish Version: ```Major.Minor.Commit-Build``` 1. unpublish all, keep all last minor versions 1. corifeus - ```publish all``` 1. p3x-systemd-manager - ```ncu -a, publish``` 1. p3x-angular-compile - ```ncu -a, publish``` 1. p3x-aes-folder - ```ncu -a, publish``` 1. server-scripts - ```ncu -a``` 1. linux-defaults - ```ncu -a``` 1. corifeus - ```ncu -a``` [//]: #@corifeus-footer --- [**P3X-TOOLS**](https://patrikx3.github.com/tools) Build v1.1.21-2 on 5/9/2017, 8:49:10 PM by [Patrik Laszlo](http://patrikx3.tk) [//]: #@corifeus-footer:end