budgie-react
v0.0.2-beta
Published
budgie-react is a react-redux boilerplate with routing running on a webpack server. By, using budgie-react, we can create components and pages with auto redux mapping, More exciting features comming in newer releases...
Downloads
12
Maintainers
Readme
Budgie React
Budgie React is a CLI boilerplate creator for ReactJS.
Installation
Use the package manager npm to install foobar.
$ npm i -g budgie-react
Usage
$ budgieInit
'$budgieInit' command will initialize a boilerplate along with node_modules for the webpack based react project with redux and router.
Included in the package
React webpack babelrc React-Router-DOM Redux React-Redux
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
ISC License
Copyright (c) 2021 Yash Datir
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
In Future release
- Menu driven package selection and installation,
- Proper functioning boiler plate,
- Arrangements for UI framework selection,
- Creation of components and pages using CLI,
- Router stability,
- Hot reload etc...