1.0.0-alpha.0.0.28 • Published 9 months ago

create-scout9 v1.0.0-alpha.0.0.28

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

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.