https://github.com/olsonpm/composewith-registertransformstream
https://github.com/olsonpm/composewith-registertransformstream
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/olsonpm/composewith-registertransformstream
- Owner: olsonpm
- Created: 2015-06-15T20:45:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T22:57:24.000Z (almost 11 years ago)
- Last Synced: 2025-01-20T23:46:20.104Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# composeWith-registerTransformStream
To test the registerTransformStream issue [#819](https://github.com/yeoman/generator/issues/819)
```
git clone git@github.com:olsonpm/composeWith-registerTransformStream.git
cd composeWith-registerTransformStream/generator-base
npm install && npm install --global .
cd ../generator-testing1
npm install && npm install --global .
# assuming you don't have ~/tmp.d/yeoman, let's make a temporary dir to test the generator
mkdir -p ~/tmp.d/yeoman/
cd ~/tmp.d/yeoman
# `yo testing1` shows the expected message "transforming 'test.js'"
yo testing1
# After running `yo base`, we expect the message "transforming 'test.js'".
# Because it's composed however, the transform is not ran.
yo base
```