@form8ion/repository-settings
v1.1.4
Published
form8ion plugin for managing configuration for the repository-settings app for a project
Downloads
2,959
Readme
repository-settings
form8ion plugin for managing configuration for the repository-settings app for a project
Table of Contents
Usage
Installation
$ npm install @form8ion/repository-settings --save-prod
Example
Import
import {scaffold} from '@form8ion/repository-settings';
Execute
(async () => {
await scaffold({
projectRoot: process.cwd(),
projectName: 'project-name',
description: 'description of the project',
homepage: 'https://npm.im/project-name',
visibility: 'Public',
topics: ['topic 1', 'topic 2']
});
})();
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test