Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

s-r-x/reactcmd

Repository files navigation

reactcmd

Missing react cli.

Install

npm i -g @strax77/reactcmd

Commands

generate component

reactcmd g c <name> [dir]
Generate new component
Positionals:
 name Name of the component [string] [required]
 dir Directory of the component [string]
Options:
 --version Show version number [boolean]
 -s, --style Styling. Detected automatically
 [string] [choices: "sc", "emotion", "aphrodite", "radium", "styled-jsx",
 "linaria", "less", "css", "stylus", "sass"]
 --cssmodules, --cssm Use CSS modules? [boolean]
 --classname, --cn CSS class [string]
 --ugly Disable styling? [boolean]
 -t, --tag JSX tag [string] [default: "div"]
 --pure Memoize the component? [boolean]
 --sb Create stories? [boolean]
 --test Create tests? [boolean]
 --cc Class component? [boolean]
 --fc Functional component? [boolean]
 --componentfile, --cfile Name of the component file
 [string] [default: "index"]
 --stylefile, --sfile Name of the style file
 [string] [default: "styles"]
 --testfile, --tfile Name of the test file [string] [default: "test"]
 --storiesfile, --sbfile Name of the stories file
 [string] [default: "stories"]
 --mobx Wrap in mobx observer? [boolean]
 --redux Wrap in redux connect? [boolean]
 --testlib Testing library. Detected automatically
 [string] [choices: "rtl", "enzyme"]
 --testrunner Test runner. Detected automatically
 [string] [choices: "jest"]
 -l, --lang Language. Detected automatically
 [string] [choices: "js", "ts"]
 --dry Do not write generated files to disk [boolean]
 -y Auto confirm all prompts [boolean]
 -q, --quite Suppress output [boolean]
 -h, --help Show help [boolean]

generate next page

reactcmd g next p <path> [dir]
Generate new next.js page
Positionals:
 path Path to the page relative to next.js pages folder. Examples:
 article/[slug], index [string] [required]
 dir Next.js pages folder [string] [default: "pages"]
Options:
 --version Show version number [boolean]
 --gsp getStaticProps? [boolean]
 --gsps getStaticPaths? [boolean]
 --gssp getServerSideProps? [boolean]
 -l, --lang Language. Detected automatically [string] [choices: "js", "ts"]
 -t, --tag JSX tag [string] [default: "div"]
 --pure Memoize the component? [boolean]
 --cc Class component? [boolean]
 --fc Functional component? [boolean]
 --mobx Wrap in mobx observer? [boolean]
 --redux Wrap in redux connect? [boolean]
 --dry Do not write generated files to disk [boolean]
 -y Auto confirm all prompts [boolean]
 -q, --quite Suppress output [boolean]
 -h, --help Show help [boolean]

Config

reactcmd uses cosmiconfig to search for the configuration file. Supported formats:

  • .reactcmdrc or .reactcmdrc.json file in the project root folder
  • reactcmd key in package.json

Example config:

{
 "srcDir": "./src",
 "lang": "ts",
 "commands": {
 "generateComponent": {
 "style": "less",
 "pure": true,
 }
 }
}

Setup config using short Q&A:

reactcmd setup config

About

⚛️ Missing react cli

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /