Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

skleinjung-archive/sandbox-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sandbox-bootstrap

Utility used to create new development sandbox folders, with basic project management utilities.

Usage

To generate a new sandbox, use the following commands:

curl -o sandbox-bootstrap.bash https://raw.githubusercontent.com/thrashplay/sandbox-bootstrap/master/scripts/sandbox-bootstrap.bash
chmod +x sandbox-bootstrap.bash
./sandbox-bootstrap.bash

Generators

Once the sandbox is bootstrapped, several generators will be available in the sandbox root. These are all callable by using the hygen script in the sandbox.

Create a Node Project

hygen node-project new --name <NAME> [--license <SPDX_LICENSE_ID>]

Creates a new Node project with the given name and license information. Available license IDs can be retrieved by running .bootstrap/scripts/fetch-license-ids.js.

[WIP] Interactively Create a Node Project

hygen node-project interactive

Creates a Node project by answering a series of questions.

About

Utility used to create new development sandbox folders, with basic project management utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published