Skip to content

thelearned1/react-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

README

react-component is a script for creating new components in a React.JS project following the convention described by Josh W. Comeau:

https://www.joshwcomeau.com/react/file-structure/

INSTALLATION

No installation is required. If you like, you can add this script to a location on your $PATH of your choice.

OPERATION

There are no flags and no toggles. Currently, arguments are accepted in the following format:

  react-component arg1 arg2 ... argn

That yields a file structure like this:

./
├── arg1
│   ├── index.js
│   ├── arg1.js
│   └── arg1.module.css
...
└── argn
    ├── index.js
    ├── argn.js
    └── argn.module.css

MANIFEST

./
├── react-component
├── README.md
└── COPYING.md

AUTHOR

The author of this program is Learned M. Watson. My links:

When I am not expecting a message, I read only PGP-encrypted e-mail. My public key is available from my Web site; my fingerprint is 1FD4 02C1 1AE4 0368 6491 E738 4F5F 3CC6 A525 6BB8 (for learned.watson@protonmail.com).

COPYRIGHT

Copyright © 2023 Learned M. Watson

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

GIT

You can download the latest version of the software from Github via the command line:

	git clone https://github.com/thelearned1/react-component

BUGS

No bugs are known at this time.

About

simple shell script for creating new react components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages