GithubHelp home page GithubHelp logo

marcus's Introduction

loremc, version 0.6.1

Usage : loremc [OPTIONS] input1 [input2 ...]

Options ('*' marks ones with argument):

* --closure-ready             With 1, try to prevent closure compiler from
                              renaming properties in js parts of the code. With
                              0, disable this feature.
                              Default: 0

* --container, -c             Change the container in which directives will be
                              defined.
                              Default: window

* --copy-direction            Change the default direction of copy and repeat
                              statements (up, down, โ†‘ or โ†“).
                              Default: down

* --default-root, -r          Change the default root variable.
                              Default: root

  --help, -h                  Show this help and do nothing.

* --index-var, -i             Change the position variable.
                              Default: pos

* --keep-repeated             With 1, always keep copied node after repeat
                              loops. With 0 the copied node is dropped.
                              Default: 0

* --lazy-parsing, -l          Enable (1) or disable (0) lazy parsing (stop at
                              first error).
                              Default: 0

* --load-cfg-file, -C         Load a configuration file.

* --old-content-var, -O       Change the variable holding previous contents in
                              DOM assignments.
                              Default: old

* --output, -o                Change the output file name (use %i for input
                              basename without extension, %d for its
                              directory).
                              Default: %d%i

* --post-process, -e          Add a command to be executed after compilation
                              (use '%c' for compiled file basename, '%d' for
                              its directory).

* --preamble-append, -p       Append a line to the preamble.

* --preamble-append-file, -P  Append a file to the preamble.

  --preamble-drop             Empty the preamble.

* --preamble-from-file, -F    Load preamble from file, replacing the default.

* --preamble-prepend          Insert a line at the beginning of the preamble.

* --preamble-prepend-file, -B Insert a file at the beginning of the preamble.

* --query-selector, -q        Change the selector macro (use %r for root, %s
                              for selector.
                              Default: %r.querySelector(%s)

* --query-selector-all, -Q    Change the selector all macro (use %r for root,
                              %s for selector.
                              Default: %r.querySelectorAll(%s)

  --reset-cfg, -E             Forget all options.

* --selection-mode, -s        Choose the default selection mode.
                              Default: ?

  --sizzle                    Use sizzle library for selecting.

* --temp-prefix, -t           Change the prefix of temporary variables.
                              Default: _tmp

* --to-drop-array             Change the name used for the array marking
                              removal.
                              Default: _lorem_to_drop

* --to-drop-field             Change the field name used for marking removal.
                              Default: _lorem_drop

  --version                   Print the current version, and do nothing.

* --weak-parsing, -w          Enable (1) or disable (0) weak parsing, where
                              unrecognized lines are directly passed to
                              compiled code.
                              Default: 0

marcus's People

Contributors

redsun82 avatar

Stargazers

 avatar

marcus's Issues

What is this for, exactly?

The current repo description ("Fill your pure html lorem ipsum templates") is not terribly clear, I'm afraid. I arrived here while looking for an html-enabled lorem ipsum generator, but I suspect this has different goal. Could you clarify the repo description? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.