@ionic/cli-framework
TypeScript icon, indicating that this package has built-in type declarations

6.0.1 • Public • Published

CLI Framework, by Ionic

The foundation framework of the Ionic CLI.

Getting Started

index.js:

const { Command, CommandMap, Namespace, execute } = require('@ionic/cli-framework');

class VersionCommand extends Command {
  async getMetadata() {
    return {
      name: 'version',
      summary: 'Print CLI version',
    };
  }

  async run() {
    console.log('1.0.0');
  }
}

class RootNamespace extends Namespace {
  async getMetadata() {
    return {
      name: 'mynewcli',
      summary: 'A cool CLI that prints its own version',
    };
  }

  async getCommands() {
    return new CommandMap([['version', async () => new VersionCommand(this)]]);
  }
}

module.exports = async function(argv, env) {
  await execute({ namespace: new RootNamespace(), argv, env });
}

bin/mynewcli:

#!/usr/bin/env node

const run = require('../');
run(process.argv.slice(2), process.env);

command line:

$ ./bin/mynewcli
$ ./bin/mynewcli version
$ ./bin/mynewcli version --help

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-alpha.0405736c0canary
6.0.1
61,672latest
5.1.4-testing.01testing
1.0.0-rc.131rc
2.0.0-beta.30beta

Version History

VersionDownloads (Last 7 Days)Published
6.0.1
61,672
6.0.0
259
5.1.7
520
5.1.6
3
5.1.42,358
5.1.4-testing.01
5.1.317,325
5.1.2139
5.1.2-testing.00
5.1.15,056
5.1.1-testing.00
5.1.05,198
5.0.6322
5.0.55
5.0.444
5.0.328
5.0.21
5.0.10
5.0.00
4.2.21
4.2.10
4.2.0396
4.1.5187
4.1.417
4.1.396
4.1.264
4.1.173
4.1.0104
4.0.20
4.0.128
4.0.015
3.0.67,225
3.0.5129
3.0.44
3.0.324
3.0.27
3.0.10
3.0.043
2.1.82
2.1.733
2.1.620
2.1.522
2.1.433
2.1.3575
2.1.220
2.1.127
2.1.1-testing.00
2.1.056
2.0.32
2.0.26
2.0.13
2.0.04
2.0.0-beta.30
2.0.0-beta.20
2.0.0-beta.10
2.0.0-beta.00
1.7.0370
1.6.34
1.6.214
1.6.146
1.6.083
1.5.323
1.5.20
1.5.18
1.5.015
1.4.01
1.3.048
1.3.0-testing.73b2b8880
1.2.00
1.1.17
1.1.04
1.1.0-testing.e70f2d6e1
1.1.0-testing.abd665ba0
1.0.727
1.0.640
1.0.537
1.1.0-testing.6a88cfe20
1.0.44
1.0.32
1.1.0-testing.fabaebf20
1.0.20
1.1.0-testing.b8379be80
1.0.10
1.1.0-testing.458303e00
1.0.07
1.0.0-rc.131
1.0.0-rc.120
1.0.0-rc.110
1.0.0-rc.100
1.0.0-rc.90
1.0.0-rc.80
1.0.0-rc.70
1.0.0-rc.67
1.0.0-rc.50
1.0.0-rc.40
1.0.0-rc.30
1.0.0-testing.fa20842b0
1.0.0-rc.20
1.0.0-testing.703190220
1.0.0-rc.10
1.0.0-rc.00
1.0.0-alpha.0405736c0
1.0.0-alpha.94b477210
1.0.0-alpha.527fff480
1.0.0-alpha.6587fe930
1.0.0-alpha.dbc034100
1.0.0-alpha.4e86d3070
1.0.0-alpha.9c5d45050
1.0.0-alpha.d62c12b30
1.0.0-alpha.ee36d4210
0.1.31,367
1.0.0-alpha.2261e0050
1.0.0-alpha.e0a71a830
1.0.0-alpha.aea8efc70
1.0.0-alpha.9822d9790
1.0.0-alpha.ad70724a0
1.0.0-alpha.72cfdebc0
1.0.0-alpha.3c83e9280
1.0.0-alpha.57d76bed0
1.0.0-alpha.4fcf73850
1.0.0-alpha.4b6198150
1.0.0-alpha.6d86de070
1.0.0-alpha.f4cb9dda0
1.0.0-alpha.f69a036f0
1.0.0-alpha.4cc5ed8c1
1.0.0-alpha.ed14f5840
1.0.0-alpha.422828aa0
1.0.0-alpha.38d0c2fd0
1.0.0-alpha.40df87090
1.0.0-alpha.a949e65a0
1.0.0-alpha.a4551f680
1.0.0-alpha.67630efa0
1.0.0-alpha.111fd9230
1.0.0-alpha.1491ecb90
1.0.0-alpha.c39ac6fb0
1.0.0-alpha.6d38ea171
1.0.0-alpha.943ba6730
1.0.0-alpha.43299dbc0
1.0.0-alpha.1ac018aa0
1.0.0-alpha.7966e92d0
1.0.0-alpha.c4ec8f540
1.0.0-alpha.03a89e220
1.0.0-alpha.d976e58a0
1.0.0-alpha.8fb915d20
1.0.0-alpha.909edea31
1.0.0-alpha.140af35e1
1.0.0-alpha.f22667f00
1.0.0-alpha.273c8f1c0
1.0.0-alpha.01faed800
1.0.0-alpha.198aad730
1.0.0-alpha.0303b03e0
1.0.0-alpha.a833c1030
1.0.0-alpha.6216a4620
1.0.0-alpha.5c20c0740
1.0.0-alpha.356eb1560
1.0.0-alpha.85e358970
1.0.0-alpha.e98c583a0
0.1.3-alpha.f2bf06e00
0.2.0-alpha.4c3043670
0.2.0-alpha.a1e647d20
0.2.0-alpha.49b0a0951
0.2.0-alpha.22a711191
0.2.0-alpha.2c28c0e30
0.2.0-alpha.86f8661b0
0.2.0-alpha.1ec3c1f90
0.2.0-alpha.ddc42350101
0.2.0-alpha.a9b8aa1f0
0.1.219
0.2.0-alpha.4349ad061
0.2.0-alpha.fefc39d30
0.2.0-alpha.195e089e0
0.2.0-alpha.aa47958f0
0.2.0-alpha.45488dd40
0.2.0-alpha.b5ece7370
0.2.0-alpha.3433fdf60
0.2.0-alpha.eaae01a20
0.1.11
0.2.0-alpha.4ef93fac0
0.2.0-alpha.bb45db430
0.2.0-alpha.f54e78b90
0.2.0-alpha.553524db0
0.2.0-alpha.f2b052f70
0.1.00
0.1.0-alpha.6f9c6db00
0.1.0-alpha.1c5a52710
0.1.0-alpha.3137c7660
0.1.0-testing.655739670
0.1.0-alpha.44c5992d1
0.1.0-alpha.06ba4dc81
0.1.0-alpha.fb4e38e90
0.1.0-alpha.aebe2ff40
0.1.0-alpha.932c54650
0.0.214
0.1.0-alpha.25bbda550
0.1.0-alpha.33f09d330
0.1.0-alpha.066ff2240
0.1.0-alpha.b3faeab00
0.1.0-alpha.da35a83a0
0.1.0-alpha.7975cd890
0.1.0-alpha.1a89fa2a0
0.0.153
0.1.0-alpha.a3d1be6c0
0.1.0-alpha.5d7309840

Package Sidebar

Install

npm i @ionic/cli-framework

Weekly Downloads

104,460

Version

6.0.1

License

MIT

Unpacked Size

144 kB

Total Files

40

Last publish

Collaborators

  • ionicjs