Use¶
            pkglite.use
¶
    
            use_pkglite(input_dirs, force=False, quiet=False)
¶
    Copy the .pkgliteignore template into one or more directories.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
                input_dirs
             | 
            
                  str | Path | Sequence[str | Path]
             | 
            
               Path or sequence of paths to directories for   | 
            required | 
                force
             | 
            
                  bool
             | 
            
               If True, overwrite existing   | 
            
                  False
             | 
          
                quiet
             | 
            
                  bool
             | 
            
               If True, suppress output messages.  | 
            
                  False
             | 
          
Returns:
| Type | Description | 
|---|---|
                  list[str]
             | 
            
               Paths to the newly created or existing   |