0.0.10 • Published 9 years ago

basefile v0.0.10

Weekly downloads
2
License
ISC
Repository
-
Last release
9 years ago

basefile.js

Rapid terminal file creator. Save and pull files and boilerplates locally.

  npm install -g basefile

###Use

  --new [filename.txt] "Creates a new file if no other flags given"
  --from [basefile saved] "Used with --new, will pull from a basefile saved"
  --save [file to be saved as basefile] "Will save the file specified as a 
                                          basefile to be referenced"
  --as [name for basefile] "Used with --save to name the file to call"
  

###Example

  $~/ base --new index.html 
    "Creates new file named 'index.html'"
  $~/ base --save index.html --as index
    "Creates a new basefile named 'index' with the contents of 'index.html'"
  $~/ base --new app.html --from index
    "Creates new file name 'app.html' with contents of saved 'index' basefile"
0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago