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

https://github.com/csprance/batch-create-items

Batch Create XML Files using csv injection
https://github.com/csprance/batch-create-items

Last synced: about 1 year ago
JSON representation

Batch Create XML Files using csv injection

Awesome Lists containing this project

README

          

# Electron TS React Redux
> Electron React Redux Typescript Boilerplate to quickly launch apps

It's mostly based off of electron-forge with a few of my custom changes for react-typescript-redux development

# Scripts
* start `electron-forge start`
* package `electron-forge package`
* make `electron-forge make`
* publish `electron-forge publish`
* repl `ts-node src/repl.ts`
* Handy for development when checking out ideas
* lint `tslint --project tsconfig.json --type-check --force`