
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
lodash-template-cli
Advanced tools
Provides a handy command-line interface for compiling lodash templates.
Provides a handy command-line interface for compiling lodash templates.
Install locally for use in npm scripts:
npm install lodash-template-cli
Or globally to run from anywhere:
npm install -g lodash-template-cli
Run the command with the path to a JSON data file containing a dictionary with the data to compile the template with, a template file and finally an output file.
Usage: lodash-template-cli [options] <input-data-file> <input-template-file> <output-file>
Options:
-h, --help output usage information
-V, --version output the version number
I was migrating my portfolio site to use a more simple build system based on NPM scripts. The previous solution used grunt-template which in turn used lodash's template syntax. Now I can easily compile these templates from the command-line!
lodash-template-cli - Provides a handy command-line interface for compiling lodash templates.
Written in 2016 by Jesper Oskarsson jesosk@gmail.com
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.
FAQs
Provides a handy command-line interface for compiling lodash templates.
The npm package lodash-template-cli receives a total of 7 weekly downloads. As such, lodash-template-cli popularity was classified as not popular.
We found that lodash-template-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.