Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tenfold/ts-library-template
Browse files Browse the repository at this point in the history
  • Loading branch information
Rush committed Feb 8, 2019
2 parents f714198 + f0ea98e commit c237430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Template for creating typescript libraries
2. Add this repo as another origin `git remote add template [email protected]:tenfold/ts-library-template.git`
3. `git reset --hard template/master`
4. Modify `package.json` and other files to your specific needs
5. Enable the new repo in Drone and add the `codecov_token` secret
5. Enable the new repo in Drone and add the `codecov_token` secret. To get the token value go to `https://codecov.io/gh/tenfold/<library-name>`

When maintaining your library you can keep pulling this repo for new interesting changes. `git fetch template && git merge template/master`

Expand Down

0 comments on commit c237430

Please sign in to comment.