dnt-template
Advanced tools
Comparing version 0.0.1 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"name": "dnt-template", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "dnt-template", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -5,3 +5,3 @@ # dnt-template | ||
Testing in Deno can be ran in a single pass with | ||
Testing in Deno can be ran in a single pass with: | ||
@@ -12,3 +12,3 @@ ```sh | ||
Or in watch mode with | ||
Or in watch mode with: | ||
@@ -19,3 +19,3 @@ ```sh | ||
Node tests are ran with the build command | ||
Node tests are ran with the build command: | ||
@@ -26,5 +26,17 @@ ```sh | ||
Format code with: | ||
```sh | ||
deno task format | ||
``` | ||
Typecheck / lint code with: | ||
```sh | ||
deno task check | ||
``` | ||
## Contributing Changes | ||
Generate a changeset: | ||
Install CLI: | ||
@@ -34,1 +46,7 @@ ```sh | ||
``` | ||
Generate changeset: | ||
```sh | ||
npx changeset | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43451
48