This package has been deprecated

Author message:

@stencil-utils is no longer supported

@stencil/utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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"

Readme

Keywords

none

Package Sidebar

Install

npm i @stencil/utils

Weekly Downloads

1,205

Version

0.0.5

License

MIT

Unpacked Size

50 kB

Total Files

31

Last publish

Collaborators

  • ionicjs
  • rwaskiewicz-ionic