react-scaffolder icon indicating copy to clipboard operation
react-scaffolder copied to clipboard

:zap: Scaffolding tool for React

Results 15 react-scaffolder issues
Sort by recently updated
recently updated
newest added

Please, check https://github.com/99x/react-scaffolder/security/dependabot – there is `72 alerts` I added dependabot auto PR to my fork and am going to make PR to yours repo. Diff: https://github.com/99x/react-scaffolder/compare/master...shapkarin:react-scaffolder:master

Configure and rewrite unit tests with [Jest](https://facebook.github.io/jest/).

claimed
Hacktitude

Areas to discuss - What will be the future of react-scaffolder. - What features that needs to included. - Enhancements on existing features.

discussion

Port code to es6 with babel

enhancement
beginner

I think about to use some JS template engine to generate files. To easily add some new templates for this project.

- [ ] Do not use "components" folder. Some projects can use other structure (for example: src/pages) Move that to the .reactclirc - [ ] Rename "parent and child" to...

claimed

I think that it would be better to use object as argument. instead of ``` generate.prototype.createComponent = function( module, componentName, answers, answersInner, onlyFile, cb ) {} ``` better is ```...

This is related to future work. Objective is to create an entire eco system of clients depending on a core set of APIs provided by react-scaffolder. According to the proposed...

help wanted
task
discussion

Hi, I forked your project and I made some changes. First of all, I updated the project with the React 16 version and I changed React component files. What's new:...