fsprojects/generator-fsharp

Name: generator-fsharp

Owner: F# Community Project Incubation Space

Description: Yeoman F# generator

Created: 2015-05-25 19:51:44.0

Updated: 2018-01-19 07:09:43.0

Pushed: 2016-12-17 11:57:18.0

Homepage:

Size: 2937

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

F# Yeoman Generator

The aim of the project is to provide good and easy way of scaffolding F# projects outside of IDE such as Visual Studio and Xamarin Studio.

Yeoman is popular node.js based scaffolding tool used also by for example ASP.NET vNext team. Also there exists nice integrations of Yeoman with text editors such as Atom.

Available templates are stored also on GitHub (in templates branch branch of this repository) so it's very easy to add / update templates without need of updating generator.

Getting started
What is Yeoman?

Trick question. It's not a thing. It's this guy:

Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.

Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.

install -g yo
Yeoman Generators

Yeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.

To install generator-fsharp from npm, run:

install -g generator-fsharp

Finally, initiate the generator:

sharp
Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests on the develop branch.

The library is available under Apache 2 license, which allows modification and redistribution for both commercial and non-commercial purposes.

Adding templates

Templates are added by doing PR to the develop branch adding new subfolders to the templates folder and by updating templates.json file.

At the moment, several helpers are working to make scaffolding easier:

Maintainer(s)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.