0.0.2 • Published 9 years ago

generator-blueskyfish v0.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

Generator BlueSkyFish

A yeoman generator for a blank angular application with the task runner gulp.

Yeomen Generators creates very fast a scaffolding of web application. In this generator it is a simple web application with AngularJS.

The application gives you the freedom to decide what framework you want to use.

It contain the task runner gulp with the task server for the local running and the task dest for the destribution the application.

important
This application doesn't include any framework like bootstrap or foundation.

Usage

$ yo blueskyfish

The generator asks for some information:

  • appName
  • moduleName
  • license
  • github userName

Next Steps

  • Lookup the listen port.
  • If an error is occurred, then restart the command npm install & bower install.
  • Start the application local: gulp serve and open the browser http://localhost:12001 or if the port is changed, changing the port on the browser url.
  • Creates a destribution: gulp dest --mode=test (The parameter mode define the running mode (only test or prod is allow)).
  • Define the contextPath for the running mode test or prod (See in gulp/gulp-helper.js).
  • Change the logo :-)
  • Begin your work...

Require

Before using, install the required applications.

History

  • 0.0.1 - Initialize the generator.

License

The MIT License (MIT)

Copyright (c) 2015 BlueSkyFish

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.

Please note:
This is a beta version. Using on your own risk!