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

pf-init

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pf-init

FE AUTO TOOL

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

pf-init 扩展脚手架工具

pf-init 扩展脚手架工具,可以快速帮我们构建开发目录,提高开发效率,当然,我们还可以自定义扩展自己需要的命令。 目前系统默认生成的是系统快速开发express项目的目录结构:

project

├── bin

  ├── www

├── public

   ├── images

   ├── javascripts

   ├── stylesheets

├── routes

   ├── index.js

   ├── users.js

├── views

   ├── index.ejs

   ├── layout.ejs

   ├── error.ejs

├── package.json

├── app.js

pf-init Install

$ npm install pf-init

Instruction for use(option parsing)

Usage: [options] [value ...]

Commands:

   init [name] Create Project Directory

   start*<*name> Start gulp project!

Options:

   -h, --help output usage information

   -v, --version output the version number

   -c, --contact contact information

   -a, --author output program author

   -m, --message a string argument

目前pf-init脚手架还不是特别完善,后续将扩充自动化工程开发,欢迎拍砖!

Keywords

pf

FAQs

Package last updated on 07 Mar 2016

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