Skip to content

Alexandrshy/como-north

Repository files navigation

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

About

GitHub template for starting new projects 🏞️

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •