🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

ctl-scripts

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctl-scripts - npm Package Compare versions

Comparing version

to
0.3.3

{
"name": "ctl-scripts",
"version": "0.3.2",
"version": "0.3.3",
"author": "Artem Zakharchenko",

@@ -19,5 +19,4 @@ "license": "MIT",

"files": [
"README.md",
"bin",
"config"
"./bin",
"./config"
],

@@ -68,3 +67,3 @@ "dependencies": {

"devDependencies": {
"fs-teardown": "^0.1.1"
"fs-teardown": "^0.3.1-beta"
},

@@ -71,0 +70,0 @@ "config": {

@@ -1,11 +0,19 @@

# `ctl-scripts`
<p align="center">
<a href="https://npmjs.com/package/ctl-scripts" target="_blank">
<img alt="Latest version" src="https://img.shields.io/npm/v/ctl-scripts?color=blue&style=flat-square">
</a>
<a href="./LICENSE">
<img alt="License" src="https://img.shields.io/apm/l/ctl-scripts?style=flat-square">
</a>
</p>
Develop, maintain, and release TypeScript libraries.
<h1 align="center">CTL Scripts</h1>
<p align="center">Develop, maintain, and release TypeScript libraries.</p>
## Features
- 🚀 Sensible defaults.
- 🏄‍♂️ On-the-fly code formatting, linting, and testing.
- 🖋 Conventional commits.
- 📮 Automated releases.
- Sensible defaults.
- On-the-fly code formatting, linting, and testing.
- Conventional commits.
- Automated releases.

@@ -55,20 +63,6 @@ ## Getting started

> _Tip:_ Get the list of all available commands by running `ctl-scripts --help`.
Please see the list of available commands by running `ctl-scripts --help`.
### `ctl-scrips lint`
### `ctl-scripts test`
### `ctl-scripts format`
Formats the source code using [Prettier](https://prettier.io/).
### `ctl-scripts build`
### `ctl-scripts publish`
Publishes the library to the registry configured in your ".npmrc".
## Honorable mentions
- [kcd-scripts](https://github.com/kentcdodds/kcd-scripts)