1.0.16 • Published 3 years ago

automate_me v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago