PadGem
PadGem is a Ruby gem generator. Part of the Padstone app builder. More info at Padstone.io.
Installation
Install it like any other Ruby gem:
gem install pad_gem
Usage
To create a new gem, simply issue padgem --new
in your terminal and follow the wizard.
Notes
- Doesn't work on Windows (and probably never will except if somebody forks it and submits a pull request with the necessary changes).
- Although it works just fine, PadGem was not designed to be used as a standalone CLI utility. Thus, the things you set in the wizard are not checked and may fail miserably.
Documentation
For more documentation and how-to guides, visit Padstone.io.
Contribute
Make sure you contact me before submitting a pull request: I don't want you to waste your time.
License
Copyright 2016 - Nico Schuele
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.