0.0.6 • Published 5 years ago

simpler_process v0.0.6

Weekly downloads
9
License
MIT
Repository
-
Last release
5 years ago

this is the ground floor(foundation) of simpler process

var vda;
vda = {
'env':{
 'PORT':'',
 'IP':'',
 'PATH':{
   'main':'./server.js',
   'sub':'./README.md',
   'package':'./package.json',
   'secrets':'./env'
},
},
'process':process.env,
}

you must have a main called server.js, a sub README.md, your package.json, and your .env the reason why they are so close, is because it acts like a shell variable, if you want to add more directories(PATH), use the following information provided:

'<call>':'./<filename>.<script type>',

the way to add a different area is by going to 2 above the last bracket, and put in some type of variable IN ALL CAPITALS(this will come in handy in later updates), then put some sub info in brackets after the : to add on a main system do the following go 1 up from the bottom bracket and do the following:

'<sub>':{
'<info>':'<info>',
}

there are constant updates to this package, ending with 10.99.42.4

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago