orderup
v0.2.7
Published
Quickstart your day by opening all the files for a project that you specify once
Downloads
9
Maintainers
Readme
Makes opening your files for a project quick and easy. Just run the one time setup per project and then from there just navigate to your project file and run orderup
To initialize
orderup.md
runorderup path/to/project or .
if in project directoryOpen with:
program you want your files to open withFile:
file you want opened (press enter to specify another one, leave blank when done)Double check you added all the files you want (You can manually edit this later)
Files will be added to
orderup.md
andorderup.md
will be added to.gitignore
if it existsRun
orderup path/to/project or .
again to open the files
CLI
Installation
$ npm install -g orderup
Usage
orderup C:/Users/UserName/Documents/Programs/Javascript/project
//=>Tries to open the orderup.md file inside project folder
orderup .
//=>Tries to open the orderup.md file inside current directory
orderup
//=>Tries to open the orderup.md file inside current directory
More help
orderup --help
Usage
$ orderup [path/to/project]
Examples
$ orderup C:/Users/UserName/Documents/Programs/Javascript/project
//=>opens the files in the orderup.md file for project
Package
Install
npm install --save orderup
Usage
var orderup = require('orderup');
orderup('path/to/project');
API
orderup(target)
target
Type: string
Default: '.'
Opens all files that are in the orderup.md file located in target
License
MIT © Alex Brelsford