Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@pipcook/create-pipcook-plugin
Advanced tools
Create plugin for Pipcook in only one command via npm-init.
The are many ways to create a plugin for Pipcook.
# via NPM
$ npm init @pipcook/pipcook-plugin --category data-collect my-plugin
# via Pipcook
$ pipcook plugin create my-plugin --category data-collect
To create a TypeScript(default) plugin:
$ npm init @pipcook/pipcook-plugin my-plugin
To create a plugin with its category:
$ npm init @pipcook/pipcook-plugin --category data-collect my-plugin
Supported categories of plugin are:
data-collect
data-access
data-process
model-define
model-train
model-evaluate
To create a Python plugin:
$ npm init @pipcook/create-pipcook-plugin --python
v1-default-${plugin-category}
.index.ts
under created template directory, and write the template there.To debug the new plugin template, we could use npx
command:
$ npm link
$ npx @pipcook/create-pipcook-plugin foobar --category new-category
MIT.
FAQs
Create plugin for Pipcook in only one command.
We found that @pipcook/create-pipcook-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.