0.0.10 • Published 5 years ago

react-spawn v0.0.10

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

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago