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

fpt2

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fpt2

feb pack tools

latest
npmnpm
Version
0.1.6
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

Setup

install

npm i -g fpt2

Usage

Archive

fpt2 

PS:

项目目录规则

ProjectFolder -------git对应的业务组下创建
├─output -----gti在这个目录push上来的代码会通过钩子同步提交到潜龙发布对应的SVN目录
│ ├─mobile
│ └─pc
├─pc -----pc项目
│ ├─output
│ ├─dev
│ └─src
└─mobile -------- mobile项目
├─output
├─dev
└─src

feb output出来的目录不满足潜龙发布的目录要求

feb的output目录如下:

output
│ └─assets
│ ├─css
│ ├─img
│ │ ├─common
│ │ ├─index
│ │ └─rank
│ ├─js
│ └─sprite
├─ *.html
└─ *.html

潜龙发布要求html必须指定当前项目是pc还是mobile,html文件放在html文件夹中才能访问,目录规则如下:(fpt2的输出目录)

─output
├─mobile
│ ├─assets
│ │ ├─css
│ │ ├─img
│ │ └─js
│ └─html
└─pc
├─assets
│ ├─css
│ ├─img
│ ├─js
│ └─sprite
└─html

Keywords

fpt2

FAQs

Package last updated on 01 Mar 2018

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