Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h1bomb/slush-yo
A slush generator to scaffold yo apps.
https://github.com/h1bomb/slush-yo
Last synced: about 1 month ago
JSON representation
A slush generator to scaffold yo apps.
- Host: GitHub
- URL: https://github.com/h1bomb/slush-yo
- Owner: h1bomb
- License: mit
- Created: 2015-08-27T04:06:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T09:19:02.000Z (over 9 years ago)
- Last Synced: 2024-11-14T13:44:41.590Z (about 2 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# slush-yo
> A slush generator to scaffold yo apps
## Getting Started
You can scaffold an yo application
### Installation
Install `slush-yo` globally:
```bash
$ npm install -g slush-yo
```Remember to install `slush` globally as well, if you haven't already:
```bash
$ npm install -g slush
```### Usage
Create a new folder for your project:
```bash
$ mkdir my-slush-yo
```Run the generator from within the new folder:
```bash
$ cd my-slush-yo && slush yo
```And then pick a View Engine and Style Sheet Engine.
### Run
To run the scaffolded app, execute```bash
$ gulp
```## Getting To Know Slush
Slush is a tool that uses Gulp for project scaffolding.
Slush does not contain anything "out of the box", except the ability to locate installed slush generators and to run them with liftoff.
To find out more about Slush, check out the [documentation](https://github.com/klei/slush).
## Contributing
See the [CONTRIBUTING Guidelines](https://github.com/h1bomb/slush-yo/blob/master/CONTRIBUTING.md)
## Support
If you have any problem or suggestion please open an issue [here](https://github.com/h1bomb/slush-yo/issues).## License
The MIT License
Copyright (c) 2014, Arvind Ravulavaru
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.