New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

irm-cli

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irm-cli

A simple CLI for scaffolding common projects.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

irm-cli npm package

A simple CLI for scaffolding common projects.

Installation

Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.

$ npm install -g irm-cli

Usage

$ irm init <template-name> <project-name>

Example:

$ irm init webpack-simple my-project

The above command pulls the template from irm-github/webpack-simple, prompts for some information, and generates the project at ./my-project/.

Keywords

irm

FAQs

Package last updated on 21 May 2018

Did you know?

Socket

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.

Install

Related posts