0.2.6 • Published 6 years ago

fung v0.2.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Fung

node downloads builds npm licenses

中文文档

What is Fung?

Fung helps you to kickstart new projects from a remote repertory,lets you quickly set up a project with sensible defaults and best practices.

To do so,you need to create a remote repertory that contains templates.read more informations about fung templates.

Install

$ npm install --global fung

Usage

// define a remote repertory url
fung remote https://github.com/Leechikit/fung-templates.git

// run it
fung build

// or build a template in current directory
fung build vuejs

// or build a template in a named directory
fung build vuejs my-project

Command

fung remote repertory

Define a remote repertory.

  • repertory: a remote repertory url。

fung list

List all templates in your own remote repertory.

fung build

Generate a project from your own remote repertory.

Options

  • --template or -t: Print a template name.
  • --project or -p: Print a project name.
  • --remote or -r: Print a remote repertory url.

fung push

Commit a new template to your own remote repertory.

Options

  • --template or -t: Print a template name.
  • --project or -p: Print a project name.
  • --remote or -r: Print a remote repertory url.
0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago