Socket
Socket
Sign inDemoInstall

ctl-scripts

Package Overview
Dependencies
41
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ctl-scripts

<img alt="License" src="http


Version published
Weekly downloads
7
decreased by-91.25%
Maintainers
1
Install size
167 MB
Created
Weekly downloads
 

Readme

Source

Latest version License

CTL Scripts

Develop, maintain, and release TypeScript libraries.

Features

  • Sensible defaults.
  • On-the-fly code formatting, linting, and testing.
  • Conventional commits.
  • Automated releases.

Getting started

Create a new library

$ npx ctl-scripts init my-library

Add to the existing library

You can incrementally adopt ctl-scripts in the existing library.

Start by installing ctl-scripts as your library's dependency:

$ npm install ctl-scripts -D
# or
$ yarn add ctl-scripts -D

Once the installation is complete, run the following command to initialize workflow hooks (i.e. Git hooks):

$ ctl-scripts init-hooks

Add these basic shorthand commands to your "package.json":

{
  "scripts": {
    "dev": "ctl-scripts dev",
    "test": "ctl-scripts test",
    "build": "ctl-scripts build"
  }
}

See Commands to supercharge your development workflow.

Commands

Please see the list of available commands by running ctl-scripts --help.

Honorable mentions

FAQs

Last updated on 02 Sep 2021

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