Skip to content

Append a line to the top of file. Use it in CLI mode.

Notifications You must be signed in to change notification settings

alanzhaonys/append-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

Global Install

Run yarn global add append-top

or

Run npm install -g append-top

Usage: append-top file-to-append.txt "This is a string on top"

Local Install

Run yarn add append-top

or

Run npm install append-top

Usage: ./node_modules/.bin/append-top file-to-append.txt "This is a string on top"

About

Append a line to the top of file. Use it in CLI mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published