seantrane / nx-starter

:whale2: An Nx Workspace starter kit for managing Angular apps and their shared libraries.

Home Page:https://seantrane.com/nx-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nx Workspace Starter Kit

An Nx Workspace monorepo starter kit for managing Angular applications and their shared libraries.


Build Status Nx Workspace Commitizen friendly semantic-release

Code Coverage Security, Vulnerabilities Reliability, Bugs Maintainability, Tech Debt, Code Smells

Table of Contents


About the Repository

This repository is an Nx Workspace monorepo for Angular common applications and their shared libraries, modules, components and more. It is made using Nrwl Extensions for Angular, an open source toolkit for enterprise Angular applications.

All Angular packages should be developed in compliance with Angular Package Format using ng-packagr.

Install

# Install Angular CLI and Nrwl Schematics
npm install -g @angular/cli @nrwl/schematics
# Install dependencies and bootstrap
npm install

Usage

CLI

# TBD

# Generate app. Use '-d' flag to enable dry-run
ng g app <app_name> --routing --style scss --prefix <app_prefix>

# Generate lib. Use '-d' flag to enable dry-run
ng g lib <lib_name> --routing --prefix=<lib_prefix> --parent-module=apps/<app_name>/src/app/app.module.ts

☝️ more instructions coming soon.


Support

Submit an issue, in which you should provide as much detail as necessary for your issue.

Contributing

Contributions are always appreciated. Read CONTRIBUTING.md documentation to learn more.

Changelog

Release details are documented in the CHANGELOG.md file, and on the GitHub Releases page.


License

ISC License

Copyright (c) 2018 Sean Trane Sciarrone

About

:whale2: An Nx Workspace starter kit for managing Angular apps and their shared libraries.

https://seantrane.com/nx-starter/

License:ISC License


Languages

Language:TypeScript 59.8%Language:JavaScript 28.4%Language:HTML 11.1%Language:CSS 0.7%