Skip to content

Shell command to check file and status requirements for the current folder

License

Notifications You must be signed in to change notification settings

ShellBrains/reqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reqs

Shell command to check your project's requirements and status

Examples

Sample configuration, save it as reqs.toml in your project folder

[files]
readable = ["wp-config.php"]
writeable = ["wp-content/cache"]

[commands.grep] # the command's name is not important
command = "grep 'test' *"
outputs = "test"

Run reqs in the same folder, and it should output something like this:

- Path wp-config.php is not readable
- Path wp-content/cache is not writeable
+ Command "grep 'test' *" outputs "test"

About

Shell command to check file and status requirements for the current folder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published