scfld-ng-ts
v0.0.1
Published
A Scfld plugin to generate Angular 1.x projects that use TypeScript and Gulp.
Downloads
4
Readme
scfld-ng-ts
This is a Scfld plugin that will generate a frontend application project based on Angular, TypeScript and Gulp.
Quick Start
First, install Scfld and scfld-ng-ts globally
npm i -g scfld scfld-ng-ts
Create a folder for your project and run this command from within it:
scfld init ng-ts
After you answer a few questions, your project will be prepared.