Socket
Book a DemoInstallSign in
Socket

@codesuperman/project-generator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codesuperman/project-generator

generate js/ts project by simple command.

latest
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

project-generator

generate js/ts project by simple command.

usage

npm i @codesuperman/project-generator -g

or

yarn add @codesuperman/project-generator -g
  • generate ts project: pg g test-project -o
  • generate js project: pg g test-project -o -t js
  • generate configuration in the existing project: pg g test-project -oc (Note: execute this command in the root directory of the target project)

Options

Usage: project-generator generate|g [options] <project-name>

Initialize a new ts/js project.

Arguments:
  project-name           The name of the entire project.

Options:
  -t, --template [type]  Add the specified template type for project. (default: "ts")
  -o, --overwrite        Overwrite exist file. (default: false)
  -oc, --only-config     Only configuration files are generated (default: false)
  -h, --help             display help for command

FAQs

Package last updated on 15 Oct 2021

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