Get the Appiphony Strike Components into your Salesforce Organization through our CLI. See our components here: http://www.lightningstrike.io
$ npm install strike-cli -g
- Badge
- Chart
- Datepicker
- Lookup
- Modal
- Multi Select Picklist
- Select
- Textarea
- Tooltip
- Tile
- MultiLookup
- Popover
- Option
- Option Group
- SVG
- Input
After installation the strike
CLI tool will be available to you. You can call strike --help
to find out more about all of the available commands. It is recommended that you create a new directory and execute
strike
commands inside of it.
strike install strike_badge
This will prompt you for your Org credentials, and then download and create the specified component for out Strike-Components repository.
strike connect
This will create a db.json file in the current folder with the entered credentials. Please use responsibly.
strike disconnect
To delete the saved credentials file and/or force the CLI to prompt for username and password next time
Strike CLI is developed and maintained by Appiphony.
Feedback, questions, and bugs can be posted on this repository. Pull requests will be carefully considered for open issues or proposed enhancements.
The Strike source code is licensed under the BSD 2-Clause License