1.0.0 • Published 3 years ago

process-aps v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

process-aps

An NPM module that gives the os arch, platform and shell info

Install

npm i process-aps --save

Usage

import { Arch, Platform, Shell } from "process-aps";

Arch() 
// x64

Platform() 
// linux

Shell() 
// '/bin/bash/'

License

MIT license

1.0.0

3 years ago