Python language plugin for the @form8ion tool suite
$ npm install @form8ion/python --save-prod
import {scaffold} from '@form8ion/python';
(async () => {
await scaffold({projectRoot: process.cwd()});
})();
$ nvm install
$ npm install
$ npm test
Python language plugin for the @form8ion tool suite
$ npm install @form8ion/python --save-prod
import {scaffold} from '@form8ion/python';
(async () => {
await scaffold({projectRoot: process.cwd()});
})();
$ nvm install
$ npm install
$ npm test