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

generator-foxtral

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-foxtral

基于yeoman的foxtral脚手架

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
8
300%
Maintainers
1
Weekly downloads
 
Created
Source

generator-foxtral NPM version Build Status Dependency Status Coverage percentage

基于yeoman的foxtral脚手架

Installation

First, install Yeoman and generator-foxtral using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-foxtral

Then generate your new project:

yo foxtral

or

yo foxtral projectName

Project Structure

.
├── app/
│   ├── lib/
│   │   └── lib.js
│   ├── router/
│   │   └── index.js
│   ├── webroot/
│   │   ├──layout
│   │   │   └──index.html
│   │   ├── page/
│   │   │   └── index.html
│   │   └── widget/
│   │       └── list 
│   │            ├── list.html
│   │            └── list.less 
│   └── app.js  
│         
├── .editorconfig 
├── package.json
├── README.md
└── .gitignore

  • lib/ - 插件,外部API资源目录
  • router/ - 服务器端路由配置目录
  • webroot/ - 模板文件目录
  • app.js - 启动文件

License

MIT © 玉面

Keywords

generator-foxtral

FAQs

Package last updated on 29 Oct 2017

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