Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

ionic-team/stencil-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm

Stencil Utils

This is a simple set of tools that can be executed through a terminal or through function calls.

sd rimraf ./testdir
  • rimraf
    • Provide a directory that should be recursively deleted from the filesystem
    • Example: sd rimraf ./testdir
  • copyDir
    • Recursively copy all contents of one folder into another.
    • Example: sd copyDir ./testdir ./testdir2
  • mkdirp
    • Create a directory and child directories based on path. Same as 'mkdir -p' in *nix systems.
    • Example: sd mkdirp ./testdir/depth1/depth2/depth3
  • concurrent
    • Execute multiple commands concurrently on windows or *nix systems
    • Example: sd concurrent "touch this" "del that"

About

Dev tools to improve cross platform experiences.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published