Yeoman generator for opensource swift projects
npm install generator-swiftbrew install node for macOS choco install nodejsfor Windows OSnpm install -g yonpm install -g generator-swiftbrew install swiftlintFull, template based projects available in generator:
- Empty Application
- Console Application
- Class Library
### Additional for the Console Application and the Class Library
Now its provided a gulpfile for do an lintcheck for the swiftfile's
This is only available on macOS. Init with npm install
- Call with gulpdo a linkcheck and build
- Call with gulp lintonly the lintcheck.
## Subcommand available:
- swift:class - Create a new class template in the Sources Directory
- swift:class name The new class name
- swift:class path/name write the template in the subdirectory
Apache-2.0 © Jürgen Mülbert
[npm-image]: https://badge.fury.io/js/generator-swift.svg
[npm-url]: https://npmjs.org/package/generator-swift
[travis-image]: https://travis-ci.org/jmuelbert/generator-swift.svg?branch=master
[travis-url]: https://travis-ci.org/jmuelbert/generator-swift
[daviddm-image]: https://david-dm.org/jmuelbert/generator-swift.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/jmuelbert/generator-swift
[coveralls-image]: https://coveralls.io/repos/jmuelbert/generator-swift/badge.svg
[coveralls-url]: https://coveralls.io/r/jmuelbert/generator-swift