Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

fp-init

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-init

init cli for fast-program

latest
npmnpm
Version
1.0.4
Version published
Weekly downloads
26
550%
Maintainers
1
Weekly downloads
 
Created
Source

fp-init

一个快程序(FP)的项目脚手架生成工具

安装

$ npm i fp-init -g

如何使用

为你生成一份FP脚手架项目代码和所需依赖、开发环境

$ mkdir foo && cd foo
$ fp-init && npm install -d

启动web开发项目代理服务器,可通过浏览器直接访问

npm run web-start

生成web代码包,可用于部署一个基于浏览器访问的web项目

npm run web-build

生成app代码包,可在容器中进行调试的开发包(双线程)

npm run app-start

生成app代码包,可用于实际生产部署(双线程)

npm run app-build

FAQs

Package last updated on 29 Sep 2019

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