Skip to content

form8ion/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python language plugin for the @form8ion tool suite

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published