1.0.16 • Published 2 years ago

automate_me v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

automate_me

License: MIT NPM Downloads Play with docs

Instructions:

npm install automate_me
const automate_me =  require('automate_me')

If utilizing in html...:

<script src="./node_modules/automate_me/index.js"></script>
<script> 
$(()=> { 
     const output =  automate_me.method(parameter)
 })
</script>

Functions

runFile(fileName) ⇒ any

Will run .sh file

Kind: global function
Date: 2022-03-06
Author: zen-out

ParamType
fileNameany

Example

// lets say you have a script.sh file
runFile("script")

runCommand(command) ⇒ any

Kind: global function
Date: 2022-03-06
Author: zen-out

ParamType
commandany

Example

// 
runCommand("echo hello")

createFile(fileName) ⇒ any

Kind: global function
Date: 2022-03-06
Author: zen-out

ParamType
fileNameany

Example

createFile("hello") // will create hello.sh file
1.0.16

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago