0.0.15 • Published 8 years ago

generator-swift v0.0.15

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

generator-swift NPM version Build Status Dependency Status Coverage percentage

A generator for opensource swift

Getting Started

  • Dependencies
    • Node.js:
      • brew install node for macOS
      • choco install nodejsfor Windows OS
    • Yeoman: npm install -g yo
  • Install: npm install -g generator-swift

Usage

  • yo swift shows a wizard for generating a new swift app or library
    • For using swiftlint must install this with: brew install swiftlint

Template projects

Full, 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

License

Apache-2.0 © Jürgen Mülbert

Return to top

0.0.15

8 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago