0.0.10 • Published 6 years ago

react-spawn v0.0.10

Weekly downloads
34
License
GPL-3.0
Repository
github
Last release
6 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

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago