Skip to content

MiguelMadero/geddy-typescript-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

geddy-typescript-templates

Contains typescript templates for geddy

NOTE: typescript isn't currently supported in geddy. If you want to try another template have a look at geddy-coffee-templates.

Disclaimer: This is work in progress and experimental. The main purpose of this project at this stage is to test a new template switch in geddy's cli.

Using from NPM

npm install it in your geddy app

$ npm install geddy-typescript-templates

Scaffold your app using the new templates

$ npm scaffold todo title:default status --templates typescript

Voila. Scaffold will use the files from this module instead of the default templates.

Installing globally

npm install it globally

$ npm install geddy-typescript-templates -g

Now you can create a new app using the base scripts on this module

$ geddy app myapp --templates typescript

Voila. v.s.

Cloning from GitHub

Clone this repo

$ git clone https://github.com/MiguelMadero/geddy-typescript-templates.git

Create a base app or scaffold using the --templates switch

geddy app myapp --templates /path/to/the/cloned/repo

Voila. Ditto

About

Contains typescript templates for geddy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published