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

@ramenx/web-generator

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ramenx/web-generator

This repo is used to create various templates and streamline the work of developers

latest
Source
npmnpm
Version
1.0.15
Version published
Maintainers
4
Created
Source

@ramenx/web-generator

NPM JavaScript Style Guide

Install

npm install --save @ramenx/web-generator

Usage

Install "plop-pack-npm-install-packages"

This package install all dependencies needed on templates and modules of ramen-ionic-templates-generator

  npm i plop-pack-npm-install-packages
const templates = require('@ramenx/web-generator')

module.exports = (plop) => {
	// Loads the npmInstall action type
	plop.load('plop-pack-npm-install-packages');
	plop.setGenerator('templates', templates.boilerplate)
  plop.setGenerator('modules', templates.module)
}

License

©

FAQs

Package last updated on 02 Jun 2022

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