Skip to content

Create new React TypeScript component files from the command line to avoid writing boilerplate.

Notifications You must be signed in to change notification settings

MostlyArmless/new-tsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new-tsx

Avoid writing boilerplate! Create new TypeScript React components via the command line.

Installation

npm i -g new-tsx to install as a global command line tool.

Usage

new-tsx MyNewComponent

Creates a file at ./src/components/MyNewComponent.tsx with the boilerplate for a new React component class inside.

License

MIT

About

Create new React TypeScript component files from the command line to avoid writing boilerplate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published