
Product
Introducing Custom Tabs for Org Alerts
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.
grunt-init-assemble-helper
Advanced tools
Quickly create a Handlebars helper that can easily be used with Assemble
Quickly create helpers for use with Assemble, using grunt-init. Includes README documentation, test files, metadata, bower.json and package.json.
If you have grunt-init and are familiar with using it:
git clone https://github.com/assemble/grunt-init-assemble-helper.git ~/.grunt-init/assemble
Then, in empty directory:
grunt-init assemble-helpernpm igrunt to test that it worksIn the the test directory you will find the following files:
example.hbs: this is an example template, which contains code for both an example helper and a starting point for your new custom helper.example.json: this is the data file used by the helperhelper-example.js: umm...If you haven't already done so, install Grunt and grunt-init:
npm i -g grunt-cli grunt-init
Once grunt-init is installed, place this template in your ~/.grunt-init/ directory. It's recommended that you use git clone to install this template into that directory as follows:
git clone git@github.com:assemble/assemble-init.git ~/.grunt-init/assemble
(Windows users, see the documentation for the correct destination directory path)
To force grunt-init to use custom default values, move the defaults.json file to your ~/.grunt-init/ directory, and customize the values in that file.
Now that grunt init is intalled. At the command-line, cd into an empty directory and run grunt-init assemble and follow the prompts. You might want to test that it works before you begin customizing the project:
npm install to install the project's dependencies.grunt to build the project.Note that this template will generate files in the current directory, so be sure to change to a new directory first.
FAQs
Quickly create a Handlebars helper that can easily be used with Assemble
We found that grunt-init-assemble-helper 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.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.