fledge 0.2.0

Corvid-themed project scaffolding CLI — get your projects ready to fly.
1
2
3
4
import { bootstrapApplication } from '@angular/platform-browser';
import { AppComponent } from './app/app.component';

bootstrapApplication(AppComponent).catch((err) => console.error(err));