Socket
Socket
Sign inDemoInstall

como-north

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    como-north

GitHub template for starting new projects


Version published
Maintainers
1
Created

Changelog

Source

1.1.23 (2021-01-11)

Bug Fixes

  • [security] bump ini from 1.3.5 to 1.3.8 (35d4b9a)
  • bump @babel/core from 7.12.3 to 7.12.10 (067fd1c)
  • bump @babel/preset-env from 7.12.1 to 7.12.11 (7c1bfe4)
  • bump @babel/preset-typescript from 7.12.1 to 7.12.7 (3671a8d)
  • bump @semantic-release/npm from 7.0.6 to 7.0.9 (6eeb63a)
  • bump eslint from 7.13.0 to 7.17.0 (a84bdec)
  • bump lint-staged from 10.5.1 to 10.5.3 (7e3ff39)
  • bump prettier from 2.1.2 to 2.2.1 (b3bc55c)
  • bump rollup from 2.33.3 to 2.36.1 (bed0e98)
  • bump semantic-release from 17.2.3 to 17.3.1 (0522ab1)
  • bump typescript from 4.0.3 to 4.1.3 (b637b1c)

Readme

Source

Como north

GitHub template for starting new projects 🏞️

Getting Started

Create your repository and clone this project there

git clone git@github.com:Alexandrshy/coma_test-2.git

Change the project name and links in the pakcage.json file so that the auto-publishing of your package works correctly

package.json
{
-      "name": "como-north",
+      "name": "new-poject",
       "repository": {
           "type": "git",
-          "url": "https://github.com/Alexandrshy/como-north"
+          "url": "https://github.com/author/new-poject"
       },
       "bugs": {
-          "url": "https://github.com/Alexandrshy/como-north/issues"
+          "url": "https://github.com/author/new-poject/issues"
       },
-      "homepage": "https://github.com/Alexandrshy/como-north",
+      "homepage": "https://github.com/author/new-poject",
}

For the actions to work correctly, you need to add two constants:

Secrets

Running the finish script

To verify the correctness of the changes you can run finish. This script is automatically launched during the creation of the PR

npm run finish

Built With

  • Babel - Babel is a tool that helps you write code in the latest version of JavaScript
  • Rollup.js - Rollup is a module bundler for JavaScript
  • TypeScript - TypeScript is an open-source programming language developed
  • ESlint - ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code
  • Prettier - An opinionated code formatter
  • Commitlint - Lint commit messages
  • Husky - Precommit hook
  • semantic-release
  • semantic-release-action - GitHub Action for Semantic Release

Versioning

We use semantic-release for versioning. For the versions available, see the tags on this repository

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

FAQs

Last updated on 11 Jan 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