0.0.10 • Published 4 years ago

react-spawn v0.0.10

Weekly downloads
34
License
GPL-3.0
Repository
github
Last release
4 years ago

react-spawn

yarn add --dev react-spawn
# or
npm install --save-dev react-spawn

Add "scripts": { "spawn": "react-spawn" } in your package.json

Now npx spawn ComponentName will create a ComponentName directory in src/components.

Custom template files

If a .spawn-templates directory exists inside your app root it'll be used in place of default-templates.

Every occurrence of __name__ in file names or in their content will be replaced with the component name.

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago