Skip to content

The simplest way to use a *nix tools in deno. let files = await sh`ls -a`

Notifications You must be signed in to change notification settings

wtfaremyinitials/deno-shell-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

deno-shell-tag

The simplest way to use a *nix tools in deno

import sh from 'https://deno.land/x/shell_tag/mod.js'

let files = await sh`ls -a`
console.log(files.split('\n'))
//=> ['.', '..', 'example.js', 'mod.js', 'readme.md']

About

The simplest way to use a *nix tools in deno. let files = await sh`ls -a`

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published