Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
freshbooks-cli-create-plugin
Advanced tools
A freshbooks-cli plugin to generate freshbooks-cli plugins
A freshbooks-cli plugin to generate freshbooks-cli plugins
freshbooks-cli is a command-line interface to the FreshBooks API.
freshbooks-create-plugin
implements the create-plugin
subcommand for
freshbooks-cli.
It also happens to be a generator for Yeoman, though it does not follow the generator-_ naming convention.
freshbooks-create-plugin
runs interactively. It will ask you to answer some
questions about the plugin you are creating, and then generate the necessary
files in the current directory.
$ mkdir freshbooks-cli-myplugin
$ cd freshbooks-cli-myplugin
$ freshbooks create-plugin
# ...
$ npm link
$ grunt watch # Automatically rebuild & test on file change events
$ npm publish
$ npm unlink
$ npm install freshbooks-cli-myplugin -g
To rebuild & run the tests
$ git clone https://github.com/logankoester/freshbooks-cli-config.git
$ cd freshbooks-cli-config
$ npm install
$ grunt test
You can use grunt watch
to automatically rebuild and run the test suite when
files are changed.
Use npm link
from the project directory to tell freshbooks-cli
to use
your modified freshbooks-cli-create-plugin
during development.
To contribute back, fork the repo and open a pull request with your changes.
Copyright (c) 2013 Logan Koester Licensed under the MIT license.
FAQs
A freshbooks-cli plugin to generate freshbooks-cli plugins
The npm package freshbooks-cli-create-plugin receives a total of 2 weekly downloads. As such, freshbooks-cli-create-plugin popularity was classified as not popular.
We found that freshbooks-cli-create-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.