Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsonnull/project-scripts
CLI tool to populate configuration files I share across projects
https://github.com/jsonnull/project-scripts
Last synced: 27 days ago
JSON representation
CLI tool to populate configuration files I share across projects
- Host: GitHub
- URL: https://github.com/jsonnull/project-scripts
- Owner: jsonnull
- License: mit
- Created: 2016-08-14T19:07:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T10:52:12.000Z (over 7 years ago)
- Last Synced: 2024-11-19T23:37:56.251Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# project-scripts
| Package | Version | Dependencies |
|---------|---------|--------------|
| [`jsonnull-create-project`](/packages/jsonnull-create-project) | [![npm](https://img.shields.io/npm/v/jsonnull-create-project.svg?maxAge=2592000)](https://www.npmjs.com/package/jsonnull-create-project) | [![Dependency Status](https://david-dm.org/jsonnull/project-scripts.svg?path=packages/jsonnull-create-project)](https://david-dm.org/jsonnull/project-scripts?path=packages/jsonnull-create-project) |
| [`jsonnull-project-scripts`](/packages/jsonnull-project-scripts) | [![npm](https://img.shields.io/npm/v/jsonnull-project-scripts.svg?maxAge=2592000)](https://www.npmjs.com/package/jsonnull-project-scripts) | [![Dependency Status](https://david-dm.org/jsonnull/project-scripts.svg?path=packages/jsonnull-project-scripts)](https://david-dm.org/jsonnull/project-scripts?path=packages/jsonnull-project-scripts) |## Create a new project
```sh
$ npm install -g jsonnull-create-project
$ create-project path/to/my-app
```
This will create a new project at `path/to/my-app`, inject dependencies, and
`npm install`.## Use the scripts
```sh
$ npm install --save-dev jsonnull-project-scripts
```Common npm scripts, base configuration files, and more files which I share
across projects can be referenced as a dependency.The most common requirements are automatically linked in during project
creation with the CLI tool.