create-scout9
v1.0.0-alpha.0.0.28
Published
A CLI for creating new [Scout9 PMT](https://scout9.com) workflow templates. Just run...
Downloads
33
Readme
create-svelte
A CLI for creating new Scout9 PMT workflow templates. Just run...
npm create scout9@latest my-app
...and follow the prompts.
API
You can also use create-scout9
programmatically:
import { create } from 'create-scout9';
await create('my-new-pmt', {
name: 'my-new-pmt',
template: 'default', // or 'skeleton'
// types: 'checkjs', // or 'typescript' or null; // @TODO TypeScript support
prettier: false,
eslint: false,
jest: false
});
checkjs
means your project will use TypeScript to typecheck JavaScript via JSDoc comments.
Note: Typescript support will be available soon.
License
MIT.