Skip to content

Latest commit

 

History

History
119 lines (73 loc) · 2.96 KB

README.md

File metadata and controls

119 lines (73 loc) · 2.96 KB

python

Python language plugin for the @form8ion tool suite

Node CI Workflow Status Codecov SLSA Level 2

Table of Contents

Usage

npm Try @form8ion/python on RunKit license

Installation

$ npm install @form8ion/python --save-prod

Example

Import

import {scaffold} from '@form8ion/python';

Execute

(async () => {
  await scaffold({projectRoot: process.cwd()});
})();

Contributing

Commitizen friendly Conventional Commits Renovate PRs Welcome semantic-release: angular

Dependencies

$ nvm install
$ npm install

Verification

$ npm test