1.0.11 • Published 9 years ago

fb-compiler v1.0.11

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

fbc

Compiler for fast-blog front-end architecture.

This compiler wants every your web page shall be separated, and can be displayed and tested accordingly. Which means every component shall have their own displaying web page, and can be tested separately.

Its target is not to reuse old code as maximum. There will be a little redundancy. And its target is not to create a frame, and put other components into it. Yet you can include other components, but not a extending model, like Blade for Laravel.

CLI

Usage: fbc [OPTION] file1 file2 ...
Fast blog frame compiler.

  -a, --archive        Generate archive file instead of compile it.
  -h, --html           Generate html files. Only under compile mode.
  -e, --external=FILE  External script file.
  -o, --output=OUT     Output file.
  -s, --stdio          Use standard input/output instead of file output.
  -v, --verbose        Enable verbose mode.
  -d, --debug          Enable debug information.
  -p, --path=PATH      Frame include path.
  -j, --jade           Enable jade support.
  -w, --watch          Watch for file changes. Only under file mode.
  -n, --no-compress    Disable compression for output. (Archive only)
      --help           Display this help
      --version        Show version
      --vvv            Very verbose model
1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago