tagline
In the project directory, you can run:
Builds the package using typescript into ./lib
Launches the Jest to run tests.
Checks code for style issues and syntax errors with TSLint and Prettier.
Checks code for style issues and syntax errors with TSLint and Prettier, attempting to fix them when possible.
Travis is configured to run deploys on tags.
- Edit
README.md
so the badges point to your repository - Edit
.travis.yml
so the repository and npm credentials match your project- Encrypting your NPM token requires the Travis CLI
- Edit
package.json
so that the package name, author, and repository match your project - Disable
build config validation
in the Travis CI settings for the repository