0.0.0 • Published 8 years ago

fs-concatenate v0.0.0

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

fs-concatenate

Concatenate static content to a common js / node js module

It is a personal module i am using with ngCli to convert static content to a node js module , help me in reducing IO calls using fs.

Download it locally not globally ( otherwise it will use absolute path for keys ) , and run below command to convert your static content inside a directory to a nodejs module.

<module_path> -i <input_directory> -o <output_path>

Example

./node_modules/fs-concatenate -i content -o module.js

Ask me personally if you plan to use this module and face any difficulties.