Initial commit
This commit is contained in:
15
README.md
15
README.md
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user