Skip to main content

makeReact is a python package which helps react and react-native developer to speed-up their develoment process.

Project description

makeReact

Build Status

makeReact is a python package which helps react and react-native developer to speed-up their develoment process.

pip install makeReact

Installation

makeReact has following command line flags:

  • -path=Pass the path to the project
  • -s=If True, Create files in screens folder( suitable for react-native )
  • -c=If True, Create files in components folder( suitable for both react and react-native)
  • -n=Pass the name for the component or screen
  • -r=If True, create files with react code
  • -rn=If True, create files with react-native code

Note:

  • Either of the -s or -c flag must be set to True
  • Either of the -r or -rn flag must be set to True
  • Components or Screens folder are created if not already present in the

Example:

makeReact -path=C:/Users/Hur/MyReactProject/src -c=True -n=MyComponent 
-r=True

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

makeReact-0.0.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page