Socket
Socket
Sign inDemoInstall

create-scout9

Package Overview
Dependencies
2
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-scout9

A CLI for creating new [Scout9](https://scout9.com) auto reply projects. Just run...


Version published
Maintainers
1
Install size
424 kB
Created

Readme

Source

create-svelte

A CLI for creating new Scout9 auto reply projects. 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-app', {
  name: 'my-new-app',
  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.

FAQs

Last updated on 09 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc