0.0.4 • Published 7 years ago

opla v0.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

OPLA

Append a text in js files by providing file or directory path.

CLI Usage

npm i -g opla

opla options

-h, --help         output usage information
-V, --version      output the version number
-p, --path [path]  Target directory or file.
-i, --if [if]      Append text if in file exists the text.
-t, --text <text>  String that needs to be added.

API Usage

npm i -S opla
const opla = require('opla')

opla.execute(path, text, on)
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago