
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
tri-template
Advanced tools
A simple tool for generating IBM TRIRIGA UX view skeletons from available templates.
A simple tool for generating IBM TRIRIGA UX views skeletons from available templates.
$ npm install tri-template -g
$ tri-template -t <template_name>
-t, --template template_name The name of the template for generating the new views. The available templates are:
-e, --element element_name The name of the main view element generated. Defaults to the current directory name.-f, --force Force the tool to override existing files.-c, --clean Remove all files and directories from the directory specified by the -d,--dir option.-d, --dir directory_path The directory path where the generated view skeleton files will be placed. Defaults to the current directory path.--version print tri-template version.--help print this message.To generate a login view element in the current directory, run the following command:
$ tri-template -t login
To generate an app-layout view element called my-app in the '/views/my-app' directory, run the following command:
$ tri-template -t app-layout -e my-app -d /views/my-app
FAQs
A simple tool for generating IBM TRIRIGA UX view skeletons from available templates.
We found that tri-template demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.