# xo-import-servers-csv [![Build Status](https://travis-ci.org/vatesfr/xo-import-servers-csv.png?branch=master)](https://travis-ci.org/vatesfr/xo-import-servers-csv) > CLI to import servers in XO from a CSV file ## Install Installation of the [npm package](https://npmjs.org/package/xo-import-servers-csv): ``` > npm install --global xo-import-servers-csv ``` ## Usage ``` > xo-import-servers-csv 'https://xo.company.tld' admin@admin.net admin < servers.csv ``` ## Development ``` # Install dependencies > npm install # Run the tests > npm test # Continuously compile > npm run dev # Continuously run the tests > npm run dev-test # Build for production (automatically called by npm install) > npm run build ``` ## Contributions Contributions are *very* welcomed, either on the documentation or on the code. You may: - report any [issue](https://github.com/vatesfr/xo-import-servers-csv/issues) you've encountered; - fork and create a pull request. ## License ISC © [Vates SAS](http://vates.fr)