Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)

## 🧐 About

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

## 🏁 Getting Started

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

## 🎈 Usage

```
jb
```

## ⛏️ Built Using

- [NodeJs](https://nodejs.org/en/) - Server Environment

## ✍️ Authors

- [@nick22985](https://github.com/nick22985) - Idea & Initial work