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

@wycreative/generator-genesis

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wycreative/generator-genesis

Genesis, the WYcreative Engineering Team Front-End project generator.

latest
Source
npmnpm
Version
3.5.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

WYcreative's Genesis

The WYcreative Engineering Team Front-End project generator.

Requirements

  • Node.js 18.16 or later
  • npm 9.5 or later
  • Yeoman 4.3 or later

Installation

npm install --global @wycreative/generator-genesis

Usage

Generate a new project

Open a terminal pointed to the directory you want to start a new project and run:

yo @wycreative/genesis

Then answer the prompts that will appear in the terminal. After that, the project files will be generated.

Development

Installation

With the repository cloned locally, open the terminal pointed to the repository's root and run:

npm install

Then, to make the local version of the generator available as a global package in the system, with the terminal still pointing to the repository's root, run the following to create an alias:

npm link

Now you can use it in any directory as described in Usage. All changes made in the generator will reflect immediately in the globally installed alias.

Commands

CommandDescription
npm testChecks for code-style issues.

Keywords

yeoman-generator

FAQs

Package last updated on 18 Dec 2023

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