Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop tsdx from the recommendations #2044

Merged
merged 1 commit into from
Sep 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/typescriptlang-org/src/copy/en/documentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const docCopy = {
doc_start_a_project_desc:
"Because TypeScript is a super-set of JavaScript, it doesn't have a default template - there would be too many. Instead, other projects have their own TypeScript bootstrap templates with their own context. These projects provide templates which include TypeScript support.",
doc_node_npm: "Node with npm",
doc_node_npm_tsdx_blurb: "Zero config tool for building TypeScript libraries",
doc_node_npm_oclif_blurb: "Create command line tools your users love",
doc_node_npm_gluegun_blurb:
"A delightful toolkit for building TypeScript-powered command-line apps",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ const Index: React.FC<Props> = (props) => {
<h2>{i("doc_node_npm")}</h2>
<ButtonGrid
buttons={[
{
href: "https://tsdx.io",
blurb: i("doc_node_npm_tsdx_blurb"),
title: "TSDX",
},
{
href: "https://oclif.io",
blurb: i("doc_node_npm_oclif_blurb"),
Expand Down