Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shazron/aio-cli-base-command
Base command implementing core aio-cli functions used by all commands
https://github.com/shazron/aio-cli-base-command
Last synced: 3 months ago
JSON representation
Base command implementing core aio-cli functions used by all commands
- Host: GitHub
- URL: https://github.com/shazron/aio-cli-base-command
- Owner: shazron
- License: apache-2.0
- Fork: true (adobe/aio-cli-base-command)
- Created: 2021-09-15T15:05:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T20:07:34.000Z (about 3 years ago)
- Last Synced: 2023-04-01T10:57:36.667Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# aio-cli-plugin-boilerplate
Basic working repo structure for Adobe teams to use as a starting point for their own plugins, and available as a github template to the @adobe github org.## How to use this template
- create a new repo from the github.com/adobe and select it in the templates
- give it a unique name ( plugins are typically named aio-cli-plugin-xxxx )
- enter a description
- pick options
- create repository
- `git clone`, `npm i`
- make some changes to names of things readme, ...
- `git add .`
- `git commit -m 'A new begining'`## How to use this repo, ( like a repo )
- Click 'Clone or Download' and download a zip
- extract it to a directory on your machine
- if you cloned, delete the hidden `.git` folder
- run `git init`
- make some changes to names of things readme, ...
- `git add .`
- `git commit -m 'A new begining'`- Create the new empty repo here on github
- grab the remote url### back in your directory ...
- `git remote add origin new-repo-url`
- `git push origin master`---
`{PLUGINNAME}` commands for the Adobe I/O CLI
# Usage
# Commands
## Contributing
Contributions are welcomed! Read the [Contributing Guide](CONTRIBUTING.md) for more information.
## Licensing
This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.