CLI to clean up Jb Auto Pilot csv files
This CLI takes the jbhifi autopilot files and gets rid of the blank columns they put in the file making them able to be uploaded to the microsoft device management portals
npm package https://www.npmjs.com/package/@nick22985/JBHiFiAutoPilotCSVCleanup
What things you need to install the software and how to install them.
nodeJs (https://nodejs.org/en/)
A step by step series of examples that tell you how to get a development env running.
You can install the cli by doing npm i -g @nick22985/JBHiFiAutoPilotCSVCleanup. Then it will be accesable by doing jb/jbapcleanup/apcleanup
jb
This will create a folder in the same directory called out and convert all csv files with autopilot in the name
jb jbapcleanup apcleanup
jb
- NodeJs - Server Environment
- @nick22985 - Idea & Initial work