orderup

0.2.7 • Public • Published

npm version npm download count

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

demo

  • To initialize orderup.md run orderup path/to/project or . if in project directory

  • Open with: program you want your files to open with

  • File: 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 and orderup.md will be added to .gitignore if it exists

  • Run 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

Package Sidebar

Install

npm i orderup

Weekly Downloads

0

Version

0.2.7

License

MIT

Last publish

Collaborators

  • abrelsfo