Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 787 Bytes

File metadata and controls

16 lines (12 loc) · 787 Bytes

Documentation of Atom command-executor package

What's this repo using for?

This repo is contains documents for another repo - cmd-exec (aka command-executor), including:

  • User Manual
  • Examples
  • Wiki
  • Code explanation (Not yet)

Why don't place this inside cmd-exec?

command-executor is an atom package, users install this by downloading everything from cmd-exec.git repository. Therefore, if I place it inside cmd-exec, the users would download unnecessary files.

About command-executor