-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:tenfold/ts-library-template
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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` | ||
|
||
|