2.2.6 • Published 5 years ago

pongni v2.2.6

Weekly downloads
42
License
MIT
Repository
-
Last release
5 years ago

PongNi Logo

PongNi

一个轻量级的初始化项目工具

Installation

npm install pongni -g

Usage

打开终端输入pongni 或者 pongni -h , 展示pongni的command列表:

  Usage: pongni <command>


  Commands:

    list   List all the templates
    init   Generate a new project

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

init

通过这个command可以去选择模版然后初始化项目

? Project name: projectName
? Select template: vue
? Project description: A description of project!
? Where to init the project: ./

  pongni ·  Generated "projectName".

# Project has been initialized successfully!
# ==========================================

To Get Started:

  cd projectName
  npm install
  npm run dev
  npm run build

list

展示所有的模版列表.

$ pongni list

┌───────┬────────────────┬────────┐
│ Name  │ Template       │ Branch │
├───────┼────────────────┼────────┤
│ vue   │ vue-template   │ master │
├───────┼────────────────┼────────┤
│ mpvue │ mpvue-template │ master │
├───────┼────────────────┼────────┤
│ koa2  │ koa2-template  │ master │
└───────┴────────────────┴────────┘

Template

vue-template    ->  vue模版
koa2-template   ->  koa2模版
mpvue-template  ->  mpvue模版
...
后期会慢慢更新

License

MIT.

2.2.6

5 years ago

2.2.5

5 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.3.0

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.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago