Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nick22985/jbhifiautopilotcsvcleanup
Cleans up JBHIFI Auto Pilot CSV Files to allow for uploading to microsoft device managment services
https://github.com/nick22985/jbhifiautopilotcsvcleanup
auto auto-pilot intune microsoft pilot
Last synced: 5 days ago
JSON representation
Cleans up JBHIFI Auto Pilot CSV Files to allow for uploading to microsoft device managment services
- Host: GitHub
- URL: https://github.com/nick22985/jbhifiautopilotcsvcleanup
- Owner: nick22985
- Created: 2022-02-18T02:14:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T22:55:43.000Z (about 2 months ago)
- Last Synced: 2024-10-06T15:34:38.229Z (about 1 month ago)
- Topics: auto, auto-pilot, intune, microsoft, pilot
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@nick22985/jb-hifi-autopilot-csv-cleanup
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
@nick22985/JBHiFiAutoPilotCSVCleanup
[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/nick22985/JBHiFiAutoPilotCSVCleanup.svg)](https://github.com/nick22985/JBHiFiAutoPilotCSVCleanup/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/nick22985/JBHiFiAutoPilotCSVCleanup.svg)](https://github.com/nick22985/JBHiFiAutoPilotCSVCleanup/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
[![wakatime](https://wakatime.com/badge/github/nick22985/JBHiFiAutoPilotCSVCleanup.svg)](https://wakatime.com/badge/github/nick22985/JBHiFiAutoPilotCSVCleanup)---
CLI to clean up Jb Auto Pilot csv files
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)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
### Prerequisites
What things you need to install the software and how to install them.
```
nodeJs (https://nodejs.org/en/)
```### Installing
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
### Command Alliases
jb
jbapcleanup
apcleanup```
jb
```- [NodeJs](https://nodejs.org/en/) - Server Environment
- [@nick22985](https://github.com/nick22985) - Idea & Initial work