Skip to content

Commit

Permalink
feat(Doc): Add Development Section. Add CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Feb 10, 2018
1 parent 4cc0d71 commit f0b6dc4
Show file tree
Hide file tree
Showing 3 changed files with 2,548 additions and 109 deletions.
Empty file added CONTRIBUTING.md
Empty file.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ After build phase, 3 files are generated into the `dist` folder:
- `app.bundle.js` - contains the core of the application. From the entry point `src/index.ts`
- `vendor.bundle.js` - contains the vendor dependencies. From the entry point `src/vendor.ts` (lodash is added as an example)
- `index.html` - html page referencing these files

## Development

We'd love to have your helping hand on `create-ts-lib`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started.
Loading

0 comments on commit f0b6dc4

Please sign in to comment.