1.0.1 • Published 7 years ago

node-scss-glob v1.0.1

Weekly downloads
1
License
GPL v3.0
Repository
-
Last release
7 years ago
                         __                                           __      __   
        ____  ____  ____/ /__        ____________________      ____  / /___  / /_ 
       / __ \/ __ \/ __  / _ \______/ ___/ ___/ ___/ ___/_____/ __ \/ / __ \/ __ \
      / / / / /_/ / /_/ /  __/_____(__  ) /__(__  |__  )_____/ /_/ / / /_/ / /_/ / 
     /_/ /_/\____/\__,_/\___/     /____/\___/____/____/      \__, /_/\____/_.___/
                                                            /____/

node-scss-glob is a lightweight, no dependency library that generates scss imports for entire folders from the command line.

INSTALLATION:

npm install -g node-scss-glob

USAGE:

node-scss-glob -o=<file> [-d=<directory> -I=<directory> -e=<file> -E=<directory> -a]

OPTIONS:

ArguementInputDescription
-oFILESelects output file of globbed imports.
-dDIRECTORY...Selects root directory to recursivly glob (brackets are required around the array, and not symbolic).
-eFILE...Selects files to exclude from globbing (brackets are required around the array, and not symbolic).
-EDIRECTORY...Selects folders to exclude from globbing (brackets are required around the array, and not symbolic).
-aNo input,just a flag.Option to add imports onto previously globbed.
1.0.1

7 years ago

1.0.0

7 years ago