https://github.com/subvisual/credentials
Simple script to generate credentials for conferences
https://github.com/subvisual/credentials
Last synced: 13 days ago
JSON representation
Simple script to generate credentials for conferences
- Host: GitHub
- URL: https://github.com/subvisual/credentials
- Owner: subvisual
- Created: 2016-09-20T12:30:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T12:31:24.000Z (over 9 years ago)
- Last Synced: 2024-12-30T10:44:23.291Z (about 1 year ago)
- Language: JavaScript
- Size: 2.64 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Credentials
============
Small node script to generate credentials based on a csv file.
**Table of Contents**
* [Setup](#setup)
* [Contribution Guidelines](#contribution-guidelines)
* [Resources](#resources)
* [Contacts](#contacts)
Setup
-----
First, clone & setup the repository:
```
git clone git@github.com:subvisual/PROJECT_NAME.git
cd PROJECT_NAME
npm install
```
You also need a `.csv` file with the following format:
```
1;Joao;Justo;jpjustonunes
```
A unique id, first name, last name and twitter handler respectively.
To generate the credentials simply run:
```
npm start
```
Contribution Guidelines
-----------------------
Contributions must follow [Subvisual's guides](https://github.com/subvisual/guides).
About
-----
ProjectName is maintained by [Subvisual](http://subvisual.co).
[](http://subvisual.co)
If you need to contact the maintainer use [this](https://trello.com/b/svB6ZSce/areas-of-responsability-dris) trello board, or reach out to us if you don't have access.