simpler_process

0.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i simpler_process

Weekly Downloads

2

Version

0.0.6

License

MIT

Unpacked Size

12.8 kB

Total Files

9

Last publish

Collaborators

  • mathematics-refined