Gathering detailed insights and metrics for generator-tsx
Gathering detailed insights and metrics for generator-tsx
Gathering detailed insights and metrics for generator-tsx
Gathering detailed insights and metrics for generator-tsx
generator-react-tsx-component
Yeoman generator for React TSX components
generator-wow-react
yeoman generator nextjs project & react tsx components, inspired by https://github.com/TonyDotDev/generator-react-tsx-component
tsx-pack
Dead Simple Static Site Generator with JSX and TypeScript
femtosite
Extremely tiny static site generator based on TSX templates
Yeoman generator for CRA + TypeScript + React + Redux + Router + Testing Library.
npm install generator-tsx
Typescript
Module System
Node Version
NPM Version
TypeScript (97.93%)
HTML (1.17%)
CSS (0.81%)
JavaScript (0.09%)
Total Downloads
7,194
Last Day
1
Last Week
9
Last Month
294
Last Year
978
MIT License
30 Stars
213 Commits
14 Forks
22 Watchers
19 Branches
231 Contributors
Updated on Jun 13, 2024
Minified
Minified + Gzipped
Latest Version
2.4.0
Package Id
generator-tsx@2.4.0
Unpacked Size
234.80 kB
Size
72.08 kB
File Count
210
NPM Version
6.10.3
Node Version
10.16.3
Cumulative downloads
Total Downloads
Last Day
-80%
1
Compared to previous day
Last Week
-95.4%
9
Compared to previous week
Last Month
2,350%
294
Compared to previous month
Last Year
32.9%
978
Compared to previous year
10
31
See Design Goals.
Add the following GitHub secrets to your repo:
CODECOV_TOKEN
NPM_TOKEN
First, install Yeoman and generator-tsx using npm (we assume you have pre-installed Node.js).
1npm install -g yo generator-tsx
Next, create a new folder for your project:
1mkdir project-x 2cd project-x
Finally, run the tsx generator to create your initial project files:
1yo tsx [<appname>] [<version>] [options]
Project files are generated in the project-x
directory.
Run yo tsx --help
for more information about arguments and options.
All generators create project files including tests.
1yo tsx:actions foo
Creates Redux Actions in
src/actions/foo/*
.
This action also modifies src/actions/index.ts
.
1yo tsx:api foo
Creates an API client in src/api/foo/*
.
1yo tsx:component Foo [--connect]
Creates a React Component
as a simple function in src/components/Foo/*
.
1yo tsx:helper foo
Creates a helper function named foo
and places it in src/helpers/foo.ts
(supports slashes in the name for folder depth).
1yo tsx:model Foo
Creates a model, defined as a
TypeScript Interface,
in src/models/Foo.ts
.
1yo tsx:reducer foo
Creates a Redux Reducer in
src/reducers/foo/*
.
1yo tsx:theme foo
Creates a theme in src/themes/foo
that is modeled after your existing
src/models/Theme.ts
interface.
1yo tsx:util foo
Creates a utility function named foo
and places it in src/utils/foo.ts
(supports slashes in the name for folder depth).
For details on our planned features and future direction, please refer to our roadmap.
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/26 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
82 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-03-31
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More