Initial commit

This commit is contained in:
Kim Biesbjerg
2016-12-03 15:09:39 +01:00
parent 916ba888aa
commit b5e1125efb
12 changed files with 342 additions and 1 deletions

View File

@@ -1 +1,14 @@
# ng2-translate-extract
# ng2-translate-extract
Extract strings from projects using ng2-translate to json or pot files.
## Install
1. `git clone https://github.com/biesbjerg/ng2-translate-extract.git`
2. `cd ng2-translate-extract`
3. `npm install`
## Try it out
1. Run `npm run watch` in a separate terminal
2. Edit `src/test.ts` to your likings
3. `node dist/test.js` to run it
**THIS IS STILL VERY MUCH A WORK IN PROGRESS**