0.2.7 • Published 10 years ago

orderup v0.2.7

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago