#Adding an existing project to GitHub using the command line
Simple steps to add existing project to Github.
In Terminal, change the current working directory to your local project.
##2. Initialize the local directory as a Git repository.
git init
| npm pack --> schematics-hrcb-feature-generator-1.0.0.tgz | |
| npm i --no-save schematics-hrcb-feature-generator-1.0.0-tgz | |
| ng g hrcb-feature-generator:hrcb-feature-generator --name="marital status" | 
| npx depcheck | 
| // --------------------------------------------------------------------------------------------------- | |
| // USAGE | |
| // ==================================== | |
| // const MARKUP_PCT = 100; | |
| // console.log(MARKUP_PCT); // 100 | |
| // --------------------------------------------------------------------------------------------------- | |
| // INITIALISATION is a MUST | |
| // ==================================== | |
| // const MARKUP_PCT; // SyntaxError: Unexpected token ; | 
| 1. Set up Your Dev Environment | |
| a. Prerequisites | |
| Node.js, npm and git | |
| Confirm Installation | |
| node –version && npm –version && git –version | |
| b. Install the Yeoman toolset | |
| npm install --global yo bower grunt-cli | |
| Confirm Installation | |
| yo --version && bower --version && grunt --version | 
| <!-- Solution #1: Using <meta> – But page will not be zoomable! --> | |
| <meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1"> | |
| <!-- Solution #2: Using JavaScript – and the page remains zoomable --> | |
| <script type="text/javascript"> | |
| (function(doc) { | |
| var addEvent = 'addEventListener', | |
| type = 'gesturestart', | |
| qsa = 'querySelectorAll', | 
| .form-login { | |
| max-width: 330px; | |
| padding: 15px; | |
| margin: 0 auto; | |
| } | |
| .form-login .form-login-heading, | |
| .form-login .checkbox { | |
| margin-bottom: 10px; | |
| } | 
| <?xml version="1.0" encoding="utf-8"?> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="com.techneo1.myphonebook.activities" | |
| android:versionCode="1" | |
| android:versionName="1.0" > | |
| <uses-sdk | |
| android:minSdkVersion="8" | |
| android:targetSdkVersion="17" /> | 
| >>>> Type 1 | |
| themes.xml | |
| ---------- | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources> | |
| <!-- use the Android Light theme as the base for our own theme --> | |
| <style name="MySuperTheme" parent="@android:style/Theme.Light"> | |
| <!-- hide the Window Title --> | |
| <item name="android:windowNoTitle">true</item> | |
| <!-- Other Styles --> |