File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Fusing Angular CLI
2
2
3
+ _ Faster CLI tool for Angular_
4
+
3
5
[ ![ CircleCI] ( https://circleci.com/gh/patrickmichalina/fusing-angular-cli.svg?style=shield )] ( https://circleci.com/gh/patrickmichalina/fusing-angular-cli )
4
6
[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/patrickmichalina/fusing-angular-cli.svg )] ( https://greenkeeper.io/ )
5
7
[ ![ dependencies Status] ( https://david-dm.org/patrickmichalina/fusing-angular-cli/status.svg )] ( https://david-dm.org/patrickmichalina/fusing-angular-cli )
6
8
[ ![ devDependencies Status] ( https://david-dm.org/patrickmichalina/fusing-angular-cli/dev-status.svg )] ( https://david-dm.org/patrickmichalina/fusing-angular-cli?type=dev )
7
9
[ ![ Fusebox-bundler] ( https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg )] ( https://gitter.im/fusing-angular-cli/Lobby )
8
10
9
- WARNING: WORK IN PROGRESS
11
+ ** WARNING: WORK IN PROGRESS**
10
12
11
13
## Prerequisites
12
14
@@ -17,6 +19,8 @@ The CLI has dependencies that require Node 10.0.0 or higher, together with NPM 6
17
19
* [ Installation] ( #installation )
18
20
* [ Usage] ( #usage )
19
21
* [ Updating Fusing Angular CLI] ( #updating-fusing-angular-cli )
22
+ * [ Developing Fusing Angular CLI] ( #developing-fusing-angular-cli )
23
+ * [ License] ( #license )
20
24
21
25
## Installation
22
26
@@ -35,3 +39,29 @@ fng help
35
39
``` bash
36
40
npm i -g fusing-angular-cli@latest
37
41
```
42
+
43
+ ## Developing Fusing Angular CLI
44
+
45
+ ### Bundling and runnng the code
46
+
47
+ ``` bash
48
+ # to run local CLI
49
+ $ npm start
50
+
51
+ # to run local CLI w/ continuous testing
52
+ $ npm run start.dev
53
+
54
+ # issuing CLI commands to local build
55
+ $ .build/fng [some commands go here]
56
+ ```
57
+
58
+ ### Testing your code
59
+
60
+ ``` bash
61
+ # test your code
62
+ npm test
63
+ ```
64
+
65
+ ## License
66
+
67
+ MIT
You can’t perform that action at this time.
0 commit comments