Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ship-components/generator-ship-components-boilerplate
Simple React Project Starterkit for the SHIP team
https://github.com/ship-components/generator-ship-components-boilerplate
boilerplate generator reactjs yeoman
Last synced: 8 days ago
JSON representation
Simple React Project Starterkit for the SHIP team
- Host: GitHub
- URL: https://github.com/ship-components/generator-ship-components-boilerplate
- Owner: ship-components
- License: mit
- Created: 2017-09-11T16:53:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T21:48:08.000Z (over 5 years ago)
- Last Synced: 2024-09-21T21:50:06.196Z (about 2 months ago)
- Topics: boilerplate, generator, reactjs, yeoman
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/generator-ship-components-boilerplate
- Size: 193 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-ship-components-boilerplate
Simple React Project Starterkit for the SHIP team
[![npm](https://img.shields.io/npm/v/generator-ship-components-boilerplate.svg)](https://www.npmjs.com/package/generator-ship-components-boilerplate)
[![Build Status](http://img.shields.io/travis/ship-components/generator-ship-components-boilerplate/master.svg?style=flat)](https://travis-ci.org/ship-components/generator-ship-components-boilerplate)
[![Coverage](http://img.shields.io/coveralls/ship-components/generator-ship-components-boilerplate.svg?style=flat)](https://coveralls.io/github/ship-components/generator-ship-components-boilerplate)
[![devDependencies](https://img.shields.io/david/dev/ship-components/generator-ship-components-boilerplate.svg?style=flat)](https://david-dm.org/ship-components/generator-ship-components-boilerplate?type=dev)## Installation
First, install [Yeoman](http://yeoman.io) and generator-ship-components-boilerplate using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-ship-components-boilerplate
```Then generate your new project:
```bash
yo ship-components-boilerplate
```## Getting To Know Yeoman
* Feel free to [learn more about Yeoman](http://yeoman.io/).
## History
* 1.0.1 - Updates to the latest dependiencies
* 0.1.1 - Adds the dist folder to .gitignore template.
* 0.1.0 - Initial version.## License
The MIT License (MIT)Copyright (c) 2017 SHIP
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.