0.0.2 • Published 7 years ago

make-md v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

make-md

This is a simple node module that creates a .md file then launches the newly created file.

The module accepts a single command-line parameter, the name of the file to create. If this parameter is omitted, readme.md is used.

Sample usage:

make-md myfile.md

Creates a new file called myfile.md in the current directory, then launches the default editor for .md files, passing the newly created file to the editor.

make-md 

Creates a new file called readme.md in the current directory, then launches the default editor for .md files, passing the newly created file to the editor.


If you find this code useful, and feel like thanking me for providing it, please consider making a purchase from my Amazon Wish List. You can find information on many different topics on my personal blog. Learn about all of my publications at John Wargo Books.

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago