https://github.com/jsonnull/project-scripts
CLI tool to populate configuration files I share across projects
https://github.com/jsonnull/project-scripts
Last synced: about 1 year 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T10:52:12.000Z (about 9 years ago)
- Last Synced: 2025-03-16T20:40:48.118Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- 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) | [](https://www.npmjs.com/package/jsonnull-create-project) | [](https://david-dm.org/jsonnull/project-scripts?path=packages/jsonnull-create-project) |
| [`jsonnull-project-scripts`](/packages/jsonnull-project-scripts) | [](https://www.npmjs.com/package/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.