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
- Host: GitHub
- URL: https://github.com/csprance/batch-create-items
- Owner: csprance
- Created: 2018-10-31T17:41:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:30:44.000Z (over 3 years ago)
- Last Synced: 2025-02-06T05:31:25.766Z (over 1 year ago)
- Language: TypeScript
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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`