Socket
Socket
Sign inDemoInstall

@startupjs/pm

Package Overview
Dependencies
0
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @startupjs/pm

project management automation and guidelines for github projects


Version published
Maintainers
6
Created

Readme

Source

startupjs pm

Project management automation and guidelines for github projects

Installation

This is meant to be used to manage a startupjs project.

For using this NOT in a startupjs project, read the according section below.

After you've created a new startupjs project and pushed it to a new github repo, you need to:

  1. create a new GitHub project with the same name as your github repo from our Project Management Template

    IMPORTANT: You have to be a member of the organization where the repo is located to have rights to create a new GitHub project.

  2. link it to the repository in repository's Projects tab

  3. add "task": "npx startupjs task" and "pr": "npx startupjs pr" into scripts of your package.json

Instead of manually performing the 3 steps above, we provide a simple command which you can run once:

npx startupjs init-pm

The whole process of development and how to use the helper scripts is described in separate guidelines files. Please make sure all developers, designers, team leads and project managers are strictly following their according guidelines:

StartupJS Project Management Guidelines

Usage NOT in a StartupJS project

  1. You have to have the repo on github

  2. Install the module with scripts:

    yarn add @startupjs/pm
    
  3. create a new GitHub project with the same name as your github repo from our Project Management Template

    IMPORTANT: You have to be a member of the organization where the repo is located to have rights to create a new GitHub project.

  4. link it to the repository in repository's Projects tab

  5. add to scripts in your package.json:

    "task": "sh ./node_modules/@startupjs/pm/scripts.sh task",
    "pr": "sh ./node_modules/@startupjs/pm/scripts.sh pr"
    

The whole process of development and how to use the helper scripts is described in separate guidelines files. Please make sure all developers, designers, team leads and project managers are strictly following their according guidelines:

StartupJS Project Management Guidelines

License

MIT

(c) Decision Mapper - http://decisionmapper.com

FAQs

Last updated on 16 Dec 2023

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