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

yagg

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yagg

g3org3 generator module

latest
Source
npmnpm
Version
1.2.4
Version published
Weekly downloads
28
Maintainers
1
Weekly downloads
 
Created
Source

Build Status npm package

YAGG

Yet Another Great Generator - ✨🚀 Simple and fast generator, create your own template in seconds

Getting Started

You will need Node >= 6 installed. How do I install node? click here to find out about nvm

Installation

Install the yagg globally

npm install -g yagg

Usage

Add the template

yagg add custom

Now create a new project from template

yagg new custom
? What is the project name? sample-app
? Enter a small description A sample template with yagg
? Enter your email 7jagjag@gmail.com
? Enter your name George

------ YAGG --------
 create dir: [ ✅  ] ./sample-app/app
 create dir: [ ✅  ] ./sample-app
  copy file: [ ✅  ] index.js
  copy file: [ ✅  ] server.js
  copy file: [ ✅  ] package.json

Success! ✨🌟 happy coding 🎉
  cd sample-app

outputs

sample-app
├── app
│   └── server.js
├── index.js
├── node_modules
└── package.json

yagg cli help


  Usage: yagg [options] [command]


  Options:

    -V, --version  output the version number
    -v, --version  output the version number
    -h, --help     output usage information


  Commands:

    new [options] <template> [projectName]  create a new project from a template
    remove <template>                       remove a template
    add <template>                          add a template
    list [options]                          list all available templates

Changelog

https://github.com/g3org3/yagg/blob/master/CHANGELOG.md

Contributors

  • George 7jagjag@gmail.com

FAQs

Package last updated on 21 Aug 2017

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