generator-try-effect
v1.0.1
Published
Yeoman generator to scaffold an ephemeral playground for quickly experimenting effect
Maintainers
Readme
Requirements
This generator assumes you have these already setup:
How to Use
Note: The idea behind this generator is to simply open a terminal in any directory, and run
yo try-effect. It immediately opens a playground in your favorite editor.
Can't see your favorite editor? Open the configuration file located at
~/.yo-rc.try-effect.jsonand edit the editors field.
Install the generator:
npm install -g generator-try-effectRun below and answer questions one by one:
yo try-effectOr answer everything at once:
yo try-effect --projectParentPath ~/try \
--projectName try_effect \
--selectedEditorId vscodeHow to Develop
Note: You can reset the config file by running
yo try-effect:reset.
Clone and link the project:
git clone https://github.com/webvv/generator-try-effect.git
cd generator-try-effect
npm install
npm linkYou are now ready to scaffold from your local try-effect generator:
yo try-effectSupport ♥️
If you like this project and it helped you, please consider supporting me on Patreon.
License
MIT
Credits
Author Sahand Javid · GitHub @webvv · Youtube webvv
