0.2.0 • Published 3 years ago

@zppack/zp v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

zp

A front-end project engineering system which highly supports customization through modularization, middlewares and plugins.

Features

  • Project initialization modularize
  • Initialization modules support processing middlewares
  • Support plugins with tapable hooks
  • Support init config preset
  • Project management tool
  • Support customize cli command
  • Update and upgrade mechanism and tools
  • Developing server improvement
  • Building tool improvement

Start

npm install @zppack/zp --global

zp -h

zp init -h

# Debug mode
zp init -d my-project

Commands

init

zp init [project-name] [--preset <preset-name>]

Execute the command above and then follow the interactive prompts.

options
  • preset: "--preset" or "-p" options with a required parameter "preset-name" will use .${preset-name}.zprc config file instead of .user.zprc.

  • debug: "--debug" or "-d" options will switch on debug mode under which you can get some extra logs that helps debug.

Config modules

Global config file locates at %USERHOME%/.zp/.zprc. You can create a .user.zprc file at the same directory to customize your zp.

How to write a .user.zprc config file?

To be completed...

Config Presets

Write a config file named as .{preset-name}.zprc. Then run zp init --preset {preset-name}

Contributing

How to contribute to this?

Recently changes

See the change log.

License

MIT

0.2.0

3 years ago

0.1.2-alpha.7

3 years ago

0.1.2-alpha.6

3 years ago

0.1.2-alpha.8

3 years ago

0.1.2-alpha.3

3 years ago

0.1.2-alpha.2

3 years ago

0.1.2-alpha.5

3 years ago

0.1.2-alpha.4

3 years ago

0.1.2-alpha.1

3 years ago

0.1.2-alpha.0

3 years ago

0.1.1

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.1.0

3 years ago

0.0.15

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago