Skip to content

Commit

Permalink
Merge pull request #3 from jeroenouw/feat/tscov
Browse files Browse the repository at this point in the history
feat:  added tscov type coverage,  improved type coverage and added spinner type
  • Loading branch information
farisT authored Feb 25, 2019
2 parents f3b42ba + 9e4c62c commit 0e903af
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 6,174 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
lib
lib
package-lock.json
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ The following npm script are available

- `npm start` - create build, install globally and run liftr
- `npm run build` - create build
- `npm run test` - install globally and run liftr
- `npm run global` - install globally and run liftr
- `npm run link-upstream` - add remote
- `npm run sync` - fetch, checkout, merge and push
- `npm run copy-templates` - Moves templates to ./lib/templates
- `npm run refresh` - removes node modules, package-lock.json, lib and re-installs everything.
- `npm run tscov` - checks the type coverage of your project with tscov
- `npm run tscov:d` - shows all uncovered types with tscov

## License

Expand Down
Loading

0 comments on commit 0e903af

Please sign in to comment.